Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(checkbox): style checkbox without visual label
Browse files Browse the repository at this point in the history
Closes #2175
  • Loading branch information
Marcy Sutton committed Apr 15, 2015
1 parent 5ad4472 commit ab26480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ md-checkbox {
}

.md-label {
border: 1px dotted transparent;
position: relative;
display: inline-block;
margin-left: 10px;
vertical-align: middle;
white-space: normal;
pointer-events: none;
user-select: text;

span {
margin-left: 10px;
}
}
}

0 comments on commit ab26480

Please sign in to comment.