[BUGFIX] Long hostname in node detail links

This commit is contained in:
Xaver Maierhofer 2017-10-30 21:01:38 +01:00
parent 57ee21f8ec
commit f060884b04
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,18 @@
}
}
.node-links {
table-layout: fixed;
th,
td {
&:nth-child(3),
&:nth-child(5) {
width: 12%;
}
}
}
input,
textarea {
border: 1px solid $color-gray-light;