Fix #15598 - fixed font sizing
Fixes: #15598 Ref: #15816 [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
3e9ba8521c
commit
ece12c5fb3
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -363,7 +363,7 @@ fieldset {
|
||||
legend {
|
||||
padding: 0 5px;
|
||||
width: initial;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.some-margin {
|
||||
|
||||
@ -119,7 +119,7 @@ fieldset {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
width: initial;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user