Padding around status

This commit is contained in:
Joe Knapper 2026-06-18 14:54:54 +01:00
parent 4c835d7be5
commit 9796695b54

View file

@ -196,6 +196,7 @@ export default {
font-size: large;
min-height: calc(2 * 1.4em); /* ALWAYS reserve 2 lines */
line-height: 1.4em;
padding: 0px 5px; /* Give some padding so there's room for ... to not expand too far */
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;