diff options
author | Marvin Borner | 2020-10-03 13:08:28 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-03 13:08:28 +0200 |
commit | a6cd52452e504c23921bb0be32e883b9efd97da7 (patch) | |
tree | 3dd2d07131abbd5138b1a1d973780503004a746c /quotes/public/style.css | |
parent | 069e4d5a3bb03d4fcba46ae40657eb55b8581c53 (diff) |
Frontend fixes
Diffstat (limited to 'quotes/public/style.css')
-rw-r--r-- | quotes/public/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/quotes/public/style.css b/quotes/public/style.css index aac80ac..4ead1a1 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -34,6 +34,16 @@ button:not([type="submit"]) { font-size: 15px; } +li { + word-wrap: break-word; +} + +span { + float: right; + color: red; + cursor: pointer; +} + input, button, select { |