mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): rename global group class to form-group
This commit is contained in:
@@ -301,7 +301,7 @@ const SettingsMain: React.FC = () => {
|
||||
<div
|
||||
role="group"
|
||||
aria-labelledby="group-label"
|
||||
className="group"
|
||||
className="form-group"
|
||||
>
|
||||
<div className="form-row">
|
||||
<span id="group-label" className="group-label">
|
||||
|
Reference in New Issue
Block a user