From fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 13 Dec 2018 00:43:47 +0100 Subject: templateoptions --- assets/css/edit.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'assets/css/edit.css') diff --git a/assets/css/edit.css b/assets/css/edit.css index 79b9dee..e9283b5 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -150,7 +150,7 @@ body { -section.editor { +main.editor { position: fixed; width: 100%; height: 100%; @@ -258,6 +258,14 @@ form#update { cursor: pointer; } +#external label { + width: 150px; + display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + @media (max-width: 600px) { .bar { display: none; -- cgit v1.2.3