mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Updated books list view description to be limited by css
Instead of length limited Related to #1222
This commit is contained in:
@@ -256,6 +256,7 @@ body.flexbox {
|
||||
.tri-layout-middle {
|
||||
grid-area: b;
|
||||
padding-top: $-m;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
@include smaller-than($xxl) {
|
||||
|
@@ -430,6 +430,9 @@ ul.pagination {
|
||||
flex: 1;
|
||||
text-align: start;
|
||||
}
|
||||
> .content {
|
||||
min-width: 0;
|
||||
}
|
||||
&:not(.no-hover) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user