mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
Fix Performer Save Edit button position (#2329)
This commit is contained in:
parent
36ce75c8c6
commit
b49695016f
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: left;
|
||||
padding: 0;
|
||||
row-gap: 0.5rem;
|
||||
|
||||
.btn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue