diff options
author | Joris Guyonvarch | 2015-03-22 14:28:35 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-22 14:28:35 +0100 |
commit | e7237e9f2a01197890d85b6ecc223e4022630cb8 (patch) | |
tree | d8e054f3367edb87c26e9e3590e65c848225a43d /design | |
parent | 8f9074bf4a4062282f381cf6a4518b191c66cb15 (diff) |
Do not validate edition when clicking on an element that is currently being edited
Diffstat (limited to 'design')
-rw-r--r-- | design/design.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/design.css b/design/design.css index 6909105..6dd251e 100644 --- a/design/design.css +++ b/design/design.css @@ -112,7 +112,7 @@ } .timer > .name { - width: 300px; + width: 400px; cursor: text; } |