Merge pull request #25794 from edx/adeel/fix_checkbox_text

Make optional checkbox text small.
This commit is contained in:
adeel khan
2020-12-09 23:24:00 +05:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -320,6 +320,10 @@ ul.fa-ul{
width: calc(50% - 10px);
}
.label-text-small {
font-size: small;
}
/** FROM _accounts.scss - start **/
label,
input,
@@ -434,7 +438,7 @@ ul.fa-ul{
display: inline;
width: auto;
height: auto;
margin-right: ($baseline/4);
margin-right: 0px;
& + label {
display: inline;