Skip to content

Commit

Permalink
Fix #15598 - fixed font sizing
Browse files Browse the repository at this point in the history
Fixes: #15598
Ref: #15816
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 26, 2020
1 parent 3e9ba85 commit ece12c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap/scss/_common.scss
Expand Up @@ -345,7 +345,7 @@ fieldset {
-webkit-box-shadow: 3px 3px 15px #bbb;
box-shadow: 3px 3px 15px #bbb;
width: initial;
font-size: 1rem;
font-size: 1em;
}
}

Expand Down
2 changes: 1 addition & 1 deletion themes/metro/scss/_common.scss
Expand Up @@ -363,7 +363,7 @@ fieldset {
legend {
padding: 0 5px;
width: initial;
font-size: 1rem;
font-size: 1em;
}

.some-margin {
Expand Down
2 changes: 1 addition & 1 deletion themes/original/scss/_common.scss
Expand Up @@ -119,7 +119,7 @@ fieldset {
color: #444;
background-color: transparent;
width: initial;
font-size: 1rem;
font-size: 1em;
}
}

Expand Down

0 comments on commit ece12c5

Please sign in to comment.