Skip to content

Commit a6f018d

Browse files
committed
Wider gaps in paginantion buttons.
1 parent 218faba commit a6f018d

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
@@ -341,7 +341,8 @@
341341
background: var(--pub-inset-bgColor);
342342
font-size: 14px;
343343
border-radius: 3px;
344-
margin-top: 40px;
344+
margin: 40px 3px 0 3px;
345+
min-width: 42px; // otherwise page "1" would be much narrower than e.g. page "2"
345346

346347
&.-disabled {
347348
pointer-events: none;

0 commit comments

Comments
 (0)