We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f852b04 commit 5ab90f3Copy full SHA for 5ab90f3
static/css/legacy.less
@@ -1408,6 +1408,7 @@ ul.list-books {
1408
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
1409
grid-gap: 30px 5px;
1410
padding: 10px;
1411
+ padding-bottom: 150px;
1412
1413
.searchResultItem {
1414
padding: 0 5px;
@@ -1454,6 +1455,7 @@ ul.list-books {
1454
1455
max-height: 7.5em;
1456
overflow: hidden;
1457
word-break: break-word;
1458
+ overflow-wrap: anywhere;
1459
display: -webkit-box;
1460
-webkit-line-clamp: 5;
1461
-webkit-box-orient: vertical;
0 commit comments