Skip to content

Commit 5ab90f3

Browse files
committed
Added margins and padding to list items
1 parent f852b04 commit 5ab90f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/css/legacy.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,7 @@ ul.list-books {
14081408
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
14091409
grid-gap: 30px 5px;
14101410
padding: 10px;
1411+
padding-bottom: 150px;
14111412

14121413
.searchResultItem {
14131414
padding: 0 5px;
@@ -1454,6 +1455,7 @@ ul.list-books {
14541455
max-height: 7.5em;
14551456
overflow: hidden;
14561457
word-break: break-word;
1458+
overflow-wrap: anywhere;
14571459
display: -webkit-box;
14581460
-webkit-line-clamp: 5;
14591461
-webkit-box-orient: vertical;

0 commit comments

Comments
 (0)