aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 19:49:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 19:49:28 +0200
commit2e684fd427097965834bd5f1f22196be99b82757 (patch)
tree7b0a3fe4bdeda6b534cb326f3cc0d00cd6286dd3 /static/style.css
parentAdd TODO about trimming text. (diff)
downloadcalp-2e684fd427097965834bd5f1f22196be99b82757.tar.gz
calp-2e684fd427097965834bd5f1f22196be99b82757.tar.xz
Allow events to enter edit mode after creation.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 193cc1fb..3a2a8c5d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -509,7 +509,7 @@ along with their colors.
overflow: visible;
}
-.event input {
+.popup input {
white-space: initial;
border: 1px solid gray;
max-width: 100%;