Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c7d03549 authored by drishu's avatar drishu
Browse files

OEL-1414: Full width sort in mobile.

parent d32b0961
No related branches found
No related tags found
1 merge request!187OEL-1414: Theme the OE List Pages exposed sort.
......@@ -16,3 +16,18 @@
.oe-list-pages-sort-form .form-label {
margin-right: 1.5rem;
}
@media (max-width: 576px) {
.oe-list-pages-sort-form {
display: block;
}
.oe-list-pages-sort-form .form-item {
margin: 0;
}
.oe-list-pages-sort-form .form-label,
.oe-list-pages-sort-form .form-select {
width: 100%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment