Fix size of dropdown for state view changes [SCI-8570] (#5518)

This commit is contained in:
ajugo 2023-05-30 16:13:59 +02:00 committed by GitHub
parent 8f23d0f881
commit 420b78d217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -60,6 +60,10 @@
align-items: center;
column-gap: .5em;
display: flex;
.dropdown-menu {
min-width: 150px;
}
}
.view-switch {
@ -72,10 +76,6 @@
margin-left: auto;
margin-right: .5em;
}
.dropdown-menu {
min-width: 150px;
}
}
.dataTables_scroll {

View file

@ -74,7 +74,8 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
margin-right: .25em;
min-width: calc(100% - .25em);
padding: 0;
.divider-label {