From 4b635dd60766a0499219fdcc0e898f8eb0511163 Mon Sep 17 00:00:00 2001 From: Xavier Rousset Date: Tue, 25 Sep 2018 15:26:07 +0200 Subject: [PATCH] PHRAS-2237 - Update table design to keep space when no entry in field --- resources/www/permaview/styles/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/www/permaview/styles/main.scss b/resources/www/permaview/styles/main.scss index cf9cf6a526..8f347b1541 100644 --- a/resources/www/permaview/styles/main.scss +++ b/resources/www/permaview/styles/main.scss @@ -101,6 +101,7 @@ dd { white-space: nowrap; } dd { - margin-left: 180px; + display: inline-block; + float: left; } }