mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
🐛 Fix BoxFull size
This commit is contained in:
parent
5eb86a4e98
commit
592edc3719
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue