Skip to content

Commit a1bce2d

Browse files
authored
Wider gaps in paginantion buttons. (#8315)
1 parent e4d6893 commit a1bce2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/web_css/lib/src/_list.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@
349349
background: var(--pub-inset-bgColor);
350350
font-size: 14px;
351351
border-radius: 3px;
352-
margin-top: 40px;
352+
margin: 40px 3px 0 3px;
353+
min-width: 42px; // otherwise page "1" would be much narrower than e.g. page "2"
353354

354355
&.-disabled {
355356
pointer-events: none;

0 commit comments

Comments
 (0)