1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

🔧 Make the box body grow

This commit is contained in:
Stefano Pigozzi 2021-04-21 18:32:19 +02:00
parent fb78e6112a
commit 1a5f72c6b4
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -11,6 +11,9 @@
font-size: x-large;
font-family: var(--font-title);
flex-shrink: 0;
flex-grow: 0;
}
.BoxBody {
@ -22,4 +25,7 @@
font-size: medium;
font-family: var(--font-regular);
flex-shrink: 0;
flex-grow: 1;
}