aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 04:13:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 04:16:11 +0200
commit36f0d9f98eff7fe73f83ac074112924702f8ac42 (patch)
tree1868b63bd0fc8b650a77454ce54f532ed68e3604 /static/style.css
parentAdd deleteIndex to javascript arrays. (diff)
downloadcalp-36f0d9f98eff7fe73f83ac074112924702f8ac42.tar.gz
calp-36f0d9f98eff7fe73f83ac074112924702f8ac42.tar.xz
Reintroduce time input on generated events for HTML.
Diffstat (limited to '')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 7cd36522..14588628 100644
--- a/static/style.css
+++ b/static/style.css
@@ -491,6 +491,10 @@ along with their colors.
overflow: visible;
}
+.event input {
+ white-space: initial;
+}
+
.event-body {
padding: 0;
margin: 0;