|
|
@@ -105,7 +105,7 @@ const SearchControl: FC <Props> = React.memo((props: Props) => {
|
|
|
</button>
|
|
|
</div>
|
|
|
<div className="d-none d-lg-flex align-items-center ml-auto search-control-include-options">
|
|
|
- <div className="border rounded px-3 py-2 mr-3">
|
|
|
+ <div className="border rounded px-2 py-1 mr-3">
|
|
|
<div className="custom-control custom-checkbox custom-checkbox-primary">
|
|
|
<input
|
|
|
className="custom-control-input mr-2"
|
|
|
@@ -119,7 +119,7 @@ const SearchControl: FC <Props> = React.memo((props: Props) => {
|
|
|
</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div className="border rounded px-3 py-2">
|
|
|
+ <div className="border rounded px-2 py-1">
|
|
|
<div className="custom-control custom-checkbox custom-checkbox-primary">
|
|
|
<input
|
|
|
className="custom-control-input mr-2"
|