diff --git a/src/main/webapp/static/themes/light/modules/_toolbar.scss b/src/main/webapp/static/themes/light/modules/_toolbar.scss
index b1567ec76b935e3ea9a20079c964a9c7c5c655e2..47ba6a400133e0d4b02dbc5298181cef807e7004 100644
--- a/src/main/webapp/static/themes/light/modules/_toolbar.scss
+++ b/src/main/webapp/static/themes/light/modules/_toolbar.scss
@@ -297,7 +297,21 @@
 			float: left;
 		}		
 		.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;
+			}
 		}
 		
 	}