From b3250ac8289e4f4154682680d89c417f9a115e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 27 Sep 2020 23:17:01 +0200 Subject: Add fancy editing of tag list. --- static/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 24f88f48..736f170a 100644 --- a/static/style.scss +++ b/static/style.scss @@ -844,6 +844,7 @@ along with their colors. display: block; } + /* REG */ input[type='text'], textarea { width: 100%; } @@ -852,6 +853,14 @@ along with their colors. } +.inline-edit { + input { + /* important since regular spec is much stronger...*/ + /* [REG] */ + width: initial !important; + } +} + /* Other ---------------------------------------- */ -- cgit v1.2.3