From 629c97555ff8686e091ad9d9ab0706ad242d941f Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Wed, 21 Oct 2020 09:28:59 +0200 Subject: Super duper style fix --- quotes/public/style.css | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'quotes/public/style.css') diff --git a/quotes/public/style.css b/quotes/public/style.css index f098bda..8e759da 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -41,15 +41,27 @@ button:not([type="submit"]) { } li { - word-wrap: break-word; + display: flex; + flex-flow: row wrap; + justify-content: space-between; + vertical-align: top; + margin: 10px 0; } -span { - float: right; +ul { + padding-left: 5px; +} + +span.text { + word-break: break-all; + width: 90%; +} + +span.delete-btn { cursor: pointer; background: url("/feather/icons/trash.svg") no-repeat center; - width: 30px; - height: 30px; + width: 10%; + height: auto; } input, -- cgit v1.2.3