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:
parent
5eb86a4e98
commit
592edc3719
1 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
font-family: var(--font-title);
|
font-family: var(--font-title);
|
||||||
|
|
||||||
flex-shrink: 0;
|
white-space: nowrap;
|
||||||
flex-grow: 0;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.BoxBody {
|
.BoxBody {
|
||||||
|
@ -26,6 +26,5 @@
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-family: var(--font-regular);
|
font-family: var(--font-regular);
|
||||||
|
|
||||||
flex-shrink: 0;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
Loading…
Reference in a new issue