diff --git a/src/style/layout.less b/src/style/layout.less index 99e28c4..87db7a9 100644 --- a/src/style/layout.less +++ b/src/style/layout.less @@ -10,11 +10,18 @@ margin-left: var(--td-comp-margin-s); } +.t-pagination-mini { + .t-button + .t-button { + margin-left: 0; + } +} + .t-jumper { .t-button + .t-button { margin-left: 0; } } + .@{starter-prefix}-link { color: var(--td-brand-color); text-decoration: none;