CSS: Align value-table-name width with label width

This commit is contained in:
Florian Strohmaier 2019-10-31 14:43:37 +01:00
parent c196631f5a
commit 82e02c8ce1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
// Width for the name column--th--of name-value-table
@name-value-table-name-width: 14em;
@name-value-table-name-width: 38/3em;
.action-link {
color: @icinga-blue;