diff options
Diffstat (limited to 'src/ui/prompt.css')
-rw-r--r-- | src/ui/prompt.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ui/prompt.css b/src/ui/prompt.css index 9406f01..b85762b 100644 --- a/src/ui/prompt.css +++ b/src/ui/prompt.css @@ -47,7 +47,6 @@ body { max-height: 300px; padding: 8px; text-align: center; - word-break: break-all; } #message.multiline { overflow: auto; @@ -77,6 +76,16 @@ body { text-align: left; } +.choices div { + display: flex; + flex-direction: row; + align-items: baseline; +} +.choices label { + display: block; + padding-bottom: .5em; +} + #buttons { width: 100%; display: flex; |