1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Updated books list view description to be limited by css

Instead of length limited
Related to #1222
This commit is contained in:
Dan Brown
2021-02-12 23:10:30 +00:00
parent f36e6d9917
commit 0ca8d7fc03
3 changed files with 5 additions and 1 deletions

View File

@@ -256,6 +256,7 @@ body.flexbox {
.tri-layout-middle {
grid-area: b;
padding-top: $-m;
min-width: 0;
}
}
@include smaller-than($xxl) {