align buttons

This commit is contained in:
jenny-s51 2021-05-18 11:41:38 -04:00
parent 096378e75e
commit cdc46ef72f
2 changed files with 5 additions and 1 deletions

View file

@ -82,7 +82,7 @@ export const KeysTabInner = ({ keys }: KeysTabInnerProps) => {
} else if (type === "RSA") {
return (
<>
<div>
<div className="button-wrapper">
<Button
onClick={() => {
togglePublicKeyDialog();

View file

@ -48,3 +48,7 @@ button.pf-c-button.pf-m-link.add-provider {
.pf-c-toolbar__group.providers-toolbar {
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
}
.button-wrapper {
white-space: nowrap;
}