mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): user connector table bottom line (#1037)
This commit is contained in:
parent
2e08fa3816
commit
f94a3f84c6
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
|||
padding-left: _.unit(4);
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
td {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue