mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-05 13:17:32 +02:00
remove max-width on dropdown menus
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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 @@
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user