[unreleased bug] Fleet UI: Button container min-width = max-content (#17128)

This commit is contained in:
RachelElysia 2024-02-23 16:02:33 -05:00 committed by GitHub
parent 308a1549eb
commit 22bcc6cce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}