Fixed tri-layout overflow in some scenarios

This commit is contained in:
Dan Brown 2019-03-30 17:07:01 +00:00
parent 37bf7f11e4
commit 666ced9c3b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -170,6 +170,7 @@
.content {
padding-top: $-xs;
padding-bottom: $-xs;
max-width: calc(100% - 20px);
}
}
.entity-list-item.no-hover {