Fix layout overflow issue in chapters

This commit is contained in:
Tetrakern 2024-12-07 16:50:36 +01:00
parent 29f45edc5e
commit 59de1db9d1
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
container-type: inline-size; container-type: inline-size;
contain: layout style;
&-left { &-left {
flex-basis: 19%; flex-basis: 19%;