0
Fork 0
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:
Xiao Yijun 2022-11-25 15:32:51 +08:00 committed by GitHub
parent 8451f2aed3
commit 7758709e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;