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;