Toolbar: better handle breakpoint styling
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
width: 176px !important;
|
||||
height: 48px !important;
|
||||
justify-content: flex-start;
|
||||
margin: 0 4px;
|
||||
padding: 0 24px !important;
|
||||
color: white;
|
||||
border-radius: 8px !important;
|
||||
@@ -28,6 +27,12 @@
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 558px) {
|
||||
.react-dropdown-select {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.react-dropdown-select-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user