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;

View File

@@ -56,7 +56,7 @@
<div class="form-field checkbox-optional_fields_toggle">
<input type="checkbox" id="toggle_optional_fields" class="input-block checkbox"">
<label for="toggle_optional_fields">
<span class="label-text">
<span class="label-text-small">
<%- gettext("Support education research by providing additional information") %>
</span>
</label>