From b6dfaa2e505c5bc5d533c084b2a5adca9ac45929 Mon Sep 17 00:00:00 2001 From: CodeFetch Date: Thu, 9 Jul 2015 16:49:40 +0200 Subject: [PATCH] Removed a nowrap to prevent overflow As you can see on this node's information a long contact information can cause an ugly overflow. http://map.freifunk-essen.net/meshviewer/#!n:c46e1f2d5a28 Removing the nowrap resolves this issue and does not seem to have any side effect. --- scss/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index b5f9200..b088555 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -290,7 +290,6 @@ table { .sidebar td:not(:first-child), .sidebar th:not(:first-child) { text-align: right; - white-space: nowrap; } .sidebar a {