FIX: cross browser issues on safari and edge

This commit is contained in:
Joffrey JAFFEUX 2017-09-10 22:25:31 +02:00 committed by GitHub
parent a0f36a0401
commit cf624bead0
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {