[frontend/components] Increase min-width of note metadata

This commit is contained in:
pancakes 2025-03-25 14:43:36 +10:00
parent 49bd10bc68
commit a9633f1c1e
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
font-size: 0.9em;
white-space: nowrap;
margin-left: auto;
min-width: 0;
min-width: 3rem;
overflow: clip;
flex-basis: 30%;
flex-shrink: 2;