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:
parent
896a8d2eff
commit
90812b5fc8
5 changed files with 2 additions and 5 deletions
|
@ -46,7 +46,6 @@
|
|||
|
||||
.pagination {
|
||||
margin-top: _.unit(4);
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.eventName {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
.pagination {
|
||||
margin-top: _.unit(4);
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.apiResourceName {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
.pagination {
|
||||
margin-top: _.unit(4);
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.applicationName {
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
.pagination {
|
||||
margin-top: _.unit(4);
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
|
Loading…
Add table
Reference in a new issue