mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix Performer Save Edit button position (#2329)
This commit is contained in:
committed by
GitHub
parent
36ce75c8c6
commit
b49695016f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user