From a6cd52452e504c23921bb0be32e883b9efd97da7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Oct 2020 13:08:28 +0200 Subject: Frontend fixes --- quotes/public/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'quotes/public/style.css') 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 { -- cgit v1.2.3