Only hide expand button when no logs, keeping spacing
This commit is contained in:
parent
ee63ce6fc7
commit
b02f5c8dc1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<template>
|
||||
<div v-if="log.length" class="action-log-display">
|
||||
<div class="action-log-display">
|
||||
<!-- Toggle button -->
|
||||
<button
|
||||
v-show="log.length"
|
||||
class="log-toggle"
|
||||
:title="isCollapsed ? 'Show full log' : 'Hide full log'"
|
||||
:aria-label="isCollapsed ? 'Show full log' : 'Hide full log'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue