mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
22 lines
422 B
Text
22 lines
422 B
Text
.hostgroup {
|
|
&.table-row.item-layout {
|
|
> .col:has(.object-statistics) {
|
|
align-content: center; // Actually, not sure why this works… .col is not a grid container
|
|
}
|
|
|
|
> .main > .caption {
|
|
height: auto;
|
|
.text-ellipsis();
|
|
.line-clamp("reset");
|
|
}
|
|
}
|
|
|
|
&.header-item-layout > .main {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
|
|
> header {
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|