mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
[unreleased bug] Fleet UI: Button container min-width = max-content (#17128)
This commit is contained in:
parent
308a1549eb
commit
22bcc6cce7
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: $pad-small;
|
||||
gap: $pad-medium;
|
||||
|
||||
.name-description {
|
||||
display: flex;
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
&__action-button-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
min-width: 266px;
|
||||
min-width: max-content;
|
||||
gap: $pad-medium;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue