aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-23 00:14:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-23 00:14:17 +0200
commit28c560c4c11f51b2dfffc77a286ad03057e4a13b (patch)
treee1765b3242ffe6a83033c5a4d8c8bcaaf3b02437 /static/style.scss
parents/inline-edit/input-list/ (diff)
downloadcalp-28c560c4c11f51b2dfffc77a286ad03057e4a13b.tar.gz
calp-28c560c4c11f51b2dfffc77a286ad03057e4a13b.tar.xz
Work on generalizing multi-input lists.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index d69e8bcf..ff90bc20 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -849,6 +849,11 @@ along with their colors.
width: 100%;
}
+ .newfield {
+ width: 100%;
+ display: flex;
+ }
+
.timeinput {
display: grid;