mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Style fixes
This commit is contained in:
@@ -8,6 +8,7 @@ interface IProps {
|
||||
numericValue: number;
|
||||
onValueChange(valueAsNumber: number): void;
|
||||
onReset?(): void;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
@@ -61,7 +62,7 @@ export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Form.Group>
|
||||
<Form.Group className={props.className}>
|
||||
<InputGroup>
|
||||
<Form.Control
|
||||
disabled={props.disabled}
|
||||
|
||||
Reference in New Issue
Block a user