From f060884b04bde9d30939f150c40f9272fc3f6d36 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Mon, 30 Oct 2017 21:01:38 +0100 Subject: [PATCH] [BUGFIX] Long hostname in node detail links --- scss/modules/_infobox.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scss/modules/_infobox.scss b/scss/modules/_infobox.scss index 6e97048..50b22ec 100644 --- a/scss/modules/_infobox.scss +++ b/scss/modules/_infobox.scss @@ -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;