aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-03 21:54:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-03 21:54:30 +0200
commit4cf9587a5188e5853bbcf97b71109e7cb9331d9f (patch)
treef6f36930e263f3fee450a700b8e77da667c1afa9 /static/style.scss
parentFurther work, rework popup. (diff)
downloadcalp-4cf9587a5188e5853bbcf97b71109e7cb9331d9f.tar.gz
calp-4cf9587a5188e5853bbcf97b71109e7cb9331d9f.tar.xz
work
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 4b4f573b..cc1ae15b 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -772,6 +772,9 @@ popup-element {
min-width: 60ch;
min-height: 30ch;
+ select {
+ max-width: 100%;
+ }
input {
white-space: initial;