Fix editor drop cap for WP 6.7

This commit is contained in:
Tetrakern 2024-11-13 03:39:50 +01:00
parent 79ad5479b0
commit ee7a497134
2 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -68,14 +68,14 @@ body {
}
p.has-drop-cap::first-letter {
position: static;
float: left;
display: block;
font-size: 3.75em;
font-weight: inherit;
line-height: .9;
padding: 0 .05em 0 0;
margin: 0;
position: static !important;
float: left !important;
display: block !important;
font-size: 3.75em !important;
font-weight: inherit !important;
line-height: .9 !important;
padding: 0 .05em 0 0 !important;
margin: 0 !important;
}
p {