0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

refactor(console): pagination paddings (#2534)

This commit is contained in:
Xiao Yijun 2022-11-25 15:32:12 +08:00 committed by GitHub
parent 896a8d2eff
commit 90812b5fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 5 deletions

View file

@ -46,7 +46,6 @@
.pagination {
margin-top: _.unit(4);
min-height: 32px;
}
.eventName {

View file

@ -3,10 +3,10 @@
.container {
display: flex;
justify-content: flex-end;
align-items: center;
}
.positionInfo {
align-self: flex-end;
font: var(--font-body-medium);
color: var(--color-text-secondary);
}
@ -15,6 +15,7 @@
display: flex;
justify-content: right;
margin: 0;
height: 28px;
padding-inline-start: _.unit(4);
li {

View file

@ -6,7 +6,6 @@
.pagination {
margin-top: _.unit(4);
min-height: 32px;
}
.apiResourceName {

View file

@ -6,7 +6,6 @@
.pagination {
margin-top: _.unit(4);
min-height: 32px;
}
.applicationName {

View file

@ -19,7 +19,6 @@
.pagination {
margin-top: _.unit(4);
min-height: 32px;
}
.avatar {