Fix Performer Save Edit button position (#2329)

This commit is contained in:
kermieisinthehouse 2022-02-18 14:04:59 -08:00 committed by GitHub
parent 36ce75c8c6
commit b49695016f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -653,7 +653,7 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
function renderButtons(classNames: string) {
return (
<div className={cx("details-edit", classNames)}>
<div className={cx("details-edit", "col-xl-9", classNames)}>
{!isNew && onCancelEditing ? (
<Button
className="mr-2"

View file

@ -39,6 +39,7 @@
display: flex;
flex-wrap: wrap;
justify-content: left;
padding: 0;
row-gap: 0.5rem;
.btn {