mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04: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) {
|
function renderButtons(classNames: string) {
|
||||||
return (
|
return (
|
||||||
<div className={cx("details-edit", classNames)}>
|
<div className={cx("details-edit", "col-xl-9", classNames)}>
|
||||||
{!isNew && onCancelEditing ? (
|
{!isNew && onCancelEditing ? (
|
||||||
<Button
|
<Button
|
||||||
className="mr-2"
|
className="mr-2"
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
padding: 0;
|
||||||
row-gap: 0.5rem;
|
row-gap: 0.5rem;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user