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

Commit

Permalink
Selectlist: Auto sizing not working again #980 fix and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminNeilDavis committed Jan 19, 2015
1 parent fa0da19 commit a5a272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/misc.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ input, textarea {
// makes radios and checkboxes that use Bootstrap button plugin accessible (tabbable)
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
drisplay:inline;
display:inline;
position:absolute;
left:-9999px;
}
Expand Down

0 comments on commit a5a272d

Please sign in to comment.