mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-13 08:54:24 +02:00
The static inline styles are replaced with css class to avoid Content-Security-Policy violations.
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
.event-grid {
|
|
width: 33.5em;
|
|
|
|
.vertical {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0.5em;
|
|
}
|
|
}
|