[frontend/components] Increase min-width of note metadata
This commit is contained in:
parent
49bd10bc68
commit
a9633f1c1e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
min-width: 0;
|
min-width: 3rem;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
flex-basis: 30%;
|
flex-basis: 30%;
|
||||||
flex-shrink: 2;
|
flex-shrink: 2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue