mirror of https://github.com/stashapp/stash.git
Fix badly sized performer container (#670)
This commit is contained in:
parent
8076405965
commit
8e4945325d
|
@ -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 New Issue