mirror of https://github.com/rancher/dashboard.git
Window Manager, fix bottom actions layout
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
1b71ccf8e7
commit
53f9282841
|
|
@ -463,7 +463,7 @@ export default {
|
|||
/>
|
||||
</template>
|
||||
</Select>
|
||||
<div class="log-action ml-5">
|
||||
<div class="log-action log-action-group ml-5">
|
||||
<button
|
||||
class="btn bg-primary wm-btn"
|
||||
:disabled="isFollowing"
|
||||
|
|
@ -503,7 +503,7 @@ export default {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="log-action ml-5">
|
||||
<div class="log-action log-action-group ml-5">
|
||||
<v-popover
|
||||
trigger="click"
|
||||
placement="top"
|
||||
|
|
@ -543,7 +543,7 @@ export default {
|
|||
</v-popover>
|
||||
</div>
|
||||
|
||||
<div class="log-action ml-5">
|
||||
<div class="log-action log-action-group ml-5">
|
||||
<input
|
||||
v-model="search"
|
||||
class="input-sm"
|
||||
|
|
@ -654,10 +654,23 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.log-action-group {
|
||||
display: flex;
|
||||
gap: 3px;
|
||||
|
||||
.input-sm {
|
||||
min-width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.log-previous {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
min-width: 175px;
|
||||
height: 30px;
|
||||
text-overflow : ellipsis;
|
||||
overflow : hidden;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@ export default {
|
|||
vertical-align: middle;
|
||||
// line-height: $title-height - 4px;
|
||||
padding: 10px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.body {
|
||||
|
|
|
|||
Loading…
Reference in New Issue