Skip to content

Commit 2f8e12d

Browse files
committed
fix: wrap pagination items on report tables
1 parent d03bcee commit 2f8e12d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,10 @@ ul > li:nth-child(4n+4) > .badges-list li {
11201120
.table-center th {
11211121
vertical-align: middle;
11221122
}
1123+
.pagination {
1124+
flex-wrap: wrap;
1125+
row-gap: 10px;
1126+
}
11231127
@media (max-width: 543px) {
11241128
.hidden-xs-down {
11251129
display: none;

0 commit comments

Comments
 (0)