icingadb-web/public/css/item/hostgroup.less
Eric Lippmann 272e791390 License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 14:03:05 +01:00

25 lines
533 B
Text

// SPDX-FileCopyrightText: 2025 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
.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;
}
}
}