Commit 81d1f3b9 authored by Mark Otto's avatar Mark Otto
Browse files

remove max-width on dropdown menus

parent 9259e24f
2 merge requests!1882[2.0.1-wip] black/dark button,!1894[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Showing with 0 additions and 2 deletions
+0 -2
No preview for this file type
...@@ -1533,7 +1533,6 @@ table .span12 { ...@@ -1533,7 +1533,6 @@ table .span12 {
float: left; float: left;
display: none; display: none;
min-width: 160px; min-width: 160px;
max-width: 220px;
_width: 160px; _width: 160px;
padding: 4px 0; padding: 4px 0;
margin: 0; margin: 0;
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
float: left; float: left;
display: none; // none by default, but block on "open" of the menu display: none; // none by default, but block on "open" of the menu
min-width: 160px; min-width: 160px;
max-width: 220px;
_width: 160px; _width: 160px;
padding: 4px 0; padding: 4px 0;
margin: 0; // override default ul margin: 0; // override default ul
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment