Skip to content

Commit b126635

Browse files
committed
fix: Fixed issue with pagination arrows having bullets and unstyled
1 parent 2195cb3 commit b126635

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,12 @@ blockquote p:last-child {
997997
}
998998
}
999999

1000+
.next-prev-icon {
1001+
display: flex;
1002+
list-style-type: none;
1003+
padding: 2%;
1004+
}
1005+
10001006
/* Logo */
10011007
.f5-logo-footer {
10021008
height: 32px;

0 commit comments

Comments
 (0)