Skip to content

Commit

Permalink
fix: change label display to inline #111
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaSavchenko committed Feb 27, 2017
1 parent a844b53 commit 8198181
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions awesome-bootstrap-checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding-left: 4px; }
.abc-checkbox label {
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px; }
Expand Down Expand Up @@ -169,7 +169,7 @@
padding-left: 4px; }
.abc-radio label {
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px; }
Expand Down
4 changes: 2 additions & 2 deletions awesome-bootstrap-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $check-icon: $fa-var-check !default;

label{
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px;
Expand Down Expand Up @@ -170,7 +170,7 @@ $check-icon: $fa-var-check !default;

label{
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px;
Expand Down
4 changes: 2 additions & 2 deletions demo/build.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding-left: 4px; }
.abc-checkbox label {
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px; }
Expand Down Expand Up @@ -169,7 +169,7 @@
padding-left: 4px; }
.abc-radio label {
cursor: pointer;
display: inline-block;
display: inline;
vertical-align: top;
position: relative;
padding-left: 5px; }
Expand Down

0 comments on commit 8198181

Please sign in to comment.