Skip to content
Snippets Groups Projects
Unverified Commit e518e62e authored by adeel khan's avatar adeel khan Committed by GitHub
Browse files

Merge pull request #25794 from edx/adeel/fix_checkbox_text

Make optional checkbox text small.
parents 283fafe5 099e9eeb
No related branches found
Tags release-2018-10-29-12.45
No related merge requests found
......@@ -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;
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment