mirror of
https://github.com/stashapp/stash.git
synced 2026-04-21 06:22:29 +02:00
Fix badly sized performer container (#670)
This commit is contained in:
parent
8076405965
commit
8e4945325d
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ export const Performer: React.FC = () => {
|
|||
</Button>
|
||||
)}
|
||||
</div>
|
||||
<div className="col col-md-8 col-lg-7 col-xl-6">
|
||||
<div className="col-md-8">
|
||||
<div className="row">
|
||||
<div className="performer-head col">
|
||||
<h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue