mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
refactor(console): add padding-bottom to the scrollable table (#2530)
This commit is contained in:
parent
8451f2aed3
commit
7758709e25
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ tr.clickable {
|
|||
background-color: var(--color-layer-1);
|
||||
border-radius: 12px;
|
||||
overflow-y: auto;
|
||||
padding-bottom: _.unit(2);
|
||||
|
||||
table {
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue