0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00

fix(console): operation button align in api resource detail (#416)

This commit is contained in:
Xiao Yijun 2022-03-18 16:45:32 +08:00 committed by GitHub
parent 3c0ff36817
commit 9a9166f45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -36,7 +36,10 @@
}
}
.operation {
.operations {
display: flex;
align-items: center;
> *:not(:first-child) {
margin-left: _.unit(3);
}

View file

@ -85,7 +85,7 @@ const ApiResourceDetails = () => {
<CopyToClipboard value={data.indicator} />
</div>
</div>
<div className={styles.operation}>
<div className={styles.operations}>
<Button title="admin_console.api_resource_details.check_help_guide" />
<ActionMenu
buttonProps={{ icon: <More /> }}