0
Fork 0
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:
Kevin Ansfield 2023-11-06 16:18:59 +00:00 committed by GitHub
parent ae53464cac
commit c93bc708bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -591,10 +591,6 @@ button {
line-height: inherit;
}
i {
display: block;
}
img,
input[type="image"] {
max-width: 100%;