Padding around status
This commit is contained in:
parent
4c835d7be5
commit
9796695b54
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ export default {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
min-height: calc(2 * 1.4em); /* ALWAYS reserve 2 lines */
|
min-height: calc(2 * 1.4em); /* ALWAYS reserve 2 lines */
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
padding: 0px 5px; /* Give some padding so there's room for ... to not expand too far */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue