Give th.th-full font-weight: 400 so its label doesn't get emboldened. Fixes #26272.
Built from https://develop.svn.wordpress.org/trunk@26436 git-svn-id: http://core.svn.wordpress.org/trunk@26334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
acdc440547
commit
06f391665e
|
@ -6105,6 +6105,7 @@ span.imgedit-scale-warn {
|
|||
|
||||
.form-table th.th-full {
|
||||
width: auto;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.form-table input.tog {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6105,6 +6105,7 @@ span.imgedit-scale-warn {
|
|||
|
||||
.form-table th.th-full {
|
||||
width: auto;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.form-table input.tog {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue