0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): fix margin-top of the tab nav on the connectors page (#2550)

This commit is contained in:
Xiao Yijun 2022-11-29 16:27:45 +08:00 committed by GitHub
parent 3350d11ffc
commit cb152a2c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,6 @@
@use '@/scss/underscore' as _;
.container {
.tabs {
margin-top: _.unit(4);
}
@ -16,3 +17,4 @@
.emptyLine {
padding: _.unit(2) 0;
}
}

View file

@ -60,7 +60,7 @@ const Connectors = () => {
return (
<>
<div className={resourcesStyles.container}>
<div className={classNames(resourcesStyles.container, styles.container)}>
<div className={resourcesStyles.headline}>
<CardTitle title="connectors.title" subtitle="connectors.subtitle" />
{isSocial && (