From ea2cb91a49d57ee72674223eb3672fcb9a41130c Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 11 Nov 2019 11:04:23 +1100 Subject: Tidy up split phrase warning Make red only when danger is present Align neatly with the rest of the UI Increase size of text area to show all three rows, although it still overflows on 24 words. --- src/css/app.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/css') diff --git a/src/css/app.css b/src/css/app.css index c2a0294..576b7d7 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -31,10 +31,6 @@ body { .phrase { word-break: keep-all; } -.phraseSplitWarn { - text-align: right; - color: red; -} .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; -- cgit v1.2.3