mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Removed block styling for <i>
elements in Admin (#18882)
no issue - we don't use `<i>` elements anywhere in our own code and this styling was causing odd in-editor previews of HTML cards when their content contained `<i>`
This commit is contained in:
parent
ae53464cac
commit
c93bc708bd
1 changed files with 0 additions and 4 deletions
|
@ -591,10 +591,6 @@ button {
|
|||
line-height: inherit;
|
||||
}
|
||||
|
||||
i {
|
||||
display: block;
|
||||
}
|
||||
|
||||
img,
|
||||
input[type="image"] {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue