mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-05 18:58:34 -05:00
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;
|
|
}
|
|
}
|
|
}
|