mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 08:42:48 +08:00
Fixed tri-layout overflow in some scenarios
This commit is contained in:
parent
37bf7f11e4
commit
666ced9c3b
|
@ -89,9 +89,11 @@ body.flexbox {
|
|||
grid-column-gap: $-xxl;
|
||||
.tri-layout-right {
|
||||
grid-area: c;
|
||||
min-width: 0;
|
||||
}
|
||||
.tri-layout-left {
|
||||
grid-area: a;
|
||||
min-width: 0;
|
||||
}
|
||||
.tri-layout-middle {
|
||||
grid-area: b;
|
||||
|
|
|
@ -170,6 +170,7 @@
|
|||
.content {
|
||||
padding-top: $-xs;
|
||||
padding-bottom: $-xs;
|
||||
max-width: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
.entity-list-item.no-hover {
|
||||
|
|
Loading…
Reference in New Issue
Block a user