align buttons
This commit is contained in:
parent
096378e75e
commit
cdc46ef72f
2 changed files with 5 additions and 1 deletions
|
@ -82,7 +82,7 @@ export const KeysTabInner = ({ keys }: KeysTabInnerProps) => {
|
||||||
} else if (type === "RSA") {
|
} else if (type === "RSA") {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div>
|
<div className="button-wrapper">
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
togglePublicKeyDialog();
|
togglePublicKeyDialog();
|
||||||
|
|
|
@ -48,3 +48,7 @@ button.pf-c-button.pf-m-link.add-provider {
|
||||||
.pf-c-toolbar__group.providers-toolbar {
|
.pf-c-toolbar__group.providers-toolbar {
|
||||||
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
|
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-wrapper {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue