0
Fork 0
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:
Xiao Yijun 2022-06-02 17:45:08 +08:00 committed by GitHub
parent 2e08fa3816
commit f94a3f84c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,12 @@
padding-left: _.unit(4);
}
}
&:last-child {
td {
border-bottom: none;
}
}
}
}