mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-02 13:10:23 -05:00
The static inline styles are replaced with css class to avoid Content-Security-Policy violations.
9 lines
123 B
Text
9 lines
123 B
Text
.event-grid {
|
|
width: 33.5em;
|
|
|
|
.vertical {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0.5em;
|
|
}
|
|
}
|