11 lines
197 B
SCSS
11 lines
197 B
SCSS
.custom-fields-dropdown {
|
|
min-width: 300px;
|
|
|
|
// correct position on mobile
|
|
@media (max-width: 575.98px) {
|
|
&.show {
|
|
margin-left: -245px !important;
|
|
}
|
|
}
|
|
}
|