diff --git a/src/common/PaginationInput/styles.less b/src/common/PaginationInput/styles.less index d3a7ea39e..4a616a57e 100644 --- a/src/common/PaginationInput/styles.less +++ b/src/common/PaginationInput/styles.less @@ -25,9 +25,11 @@ .label { flex: none; + min-width: 1.2rem; max-width: 3rem; white-space: nowrap; text-overflow: ellipsis; + text-align: center; color: var(--color-surfacelighter); } }