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

🐛 Fix BoxFull size

This commit is contained in:
Stefano Pigozzi 2021-05-11 17:15:31 +02:00
parent 5eb86a4e98
commit 592edc3719
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -12,8 +12,8 @@
font-size: x-large;
font-family: var(--font-title);
flex-shrink: 0;
flex-grow: 0;
white-space: nowrap;
overflow-x: hidden;
}
.BoxBody {
@ -26,6 +26,5 @@
font-size: medium;
font-family: var(--font-regular);
flex-shrink: 0;
flex-grow: 1;
}