removing et2-image { display: inline-block }, as it breaks (vertically miss-aligns all images in buttons)

not setting it, seems to be fine
This commit is contained in:
ralf 2024-08-29 08:08:59 +02:00
parent 0e01792638
commit 7370179235

View File

@ -342,10 +342,6 @@ a.et2_url.url {
/* et2-image has no shadow DOM, styles here */
et2-image {
display: inline-block;
}
et2-image::slotted(img) {
max-height: 100%;
max-width: 100%;