[BUGFIX] Long hostname in node detail links
This commit is contained in:
parent
57ee21f8ec
commit
f060884b04
@ -14,6 +14,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node-links {
|
||||||
|
table-layout: fixed;
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
&:nth-child(3),
|
||||||
|
&:nth-child(5) {
|
||||||
|
width: 12%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid $color-gray-light;
|
border: 1px solid $color-gray-light;
|
||||||
|
Loading…
Reference in New Issue
Block a user