When status is small, need more breathing space
This commit is contained in:
parent
a71f66dcbd
commit
910120ecd7
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.status.small > .container > .meta {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
.status > .container > .meta > * {
|
.status > .container > .meta > * {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Reference in a new issue