forked from extern/egroupware
Fix missing SVG icons for some images
They weren't missing, just 0x0px
This commit is contained in:
parent
2811304833
commit
5c3d35aa05
@ -76,6 +76,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
|
||||
width: 16px !important;
|
||||
}
|
||||
::slotted(et2-image) {
|
||||
width: 20px;
|
||||
max-width: 20px;
|
||||
display: flex;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user