Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Moved .button-sizer, .selectlist-sizer outside selectlist
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Apr 1, 2015
1 parent da3a10b commit c2da0c3
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions less/selectlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@
}
}

.button-sizer, .selectlist-sizer{
display: inline-block;
position: absolute;
visibility: hidden;
top: 0;
float: left;
.selectlist {
display: block !important;
}
.dropdown-menu {
display: block;
min-width: inherit;
}
.selected-label {
width: auto !important;
}
}
}

.button-sizer, .selectlist-sizer{
display: inline-block;
position: absolute;
visibility: hidden;
top: 0;
float: left;
.selectlist {
display: block !important;
}
.dropdown-menu {
display: block;
min-width: inherit;
}
.selected-label {
width: auto !important;
}
}

0 comments on commit c2da0c3

Please sign in to comment.