Skip to content
Snippets Groups Projects
Commit 7dba4c5d authored by Michael Enz's avatar Michael Enz
Browse files

FXOLAT-480: full-width dropdown menus for small screens in toolbars

parent a7a5838a
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,21 @@ ...@@ -297,7 +297,21 @@
float: left; float: left;
} }
.o_tool, .o_text, .o_tool_dropdown { .o_tool, .o_text, .o_tool_dropdown {
margin: 0 0; margin: 0 0;
//this allows full-width dropdown menus
position: static;
}
//make dropdown bigger for small screens
.o_tool_dropdown .dropdown-menu {
left: 0px;
right: 0px;
a, i {
line-height: $line-height-computed * 1.5;
}
.o_navbar_tab_close {
line-height: inherit;
}
} }
} }
......
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