mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:43:45 +08:00
FIX: cross browser issues on safari and edge
This commit is contained in:
parent
a0f36a0401
commit
cf624bead0
|
@ -1,6 +1,7 @@
|
|||
.categories-admin-dropdown.categories-admin-dropdown.categories-admin-dropdown {
|
||||
.select-box-body {
|
||||
min-width: auto;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.select-box-row .icons {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
|
||||
width: max-content;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
|
@ -84,7 +83,6 @@
|
|||
border: 0;
|
||||
outline: 0;
|
||||
justify-content: flex-start;
|
||||
width: max-content;
|
||||
background: none;
|
||||
|
||||
.d-icon + .d-icon {
|
||||
|
|
Loading…
Reference in New Issue
Block a user