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.
This commit is contained in:
Ian Coleman
2019-11-11 11:04:23 +11:00
parent bfe1963eaa
commit ea2cb91a49
3 changed files with 13 additions and 6 deletions

View File

@@ -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;