mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
fix: Fix row gap on search options
This commit is contained in:
parent
350b1b28ee
commit
2c56c2e59d
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ export class Search extends Component<any, SearchState> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="row gx-2 gy-3 mb-2 mb-sm-3">
|
<div className="row g-2 mb-2 mb-sm-3">
|
||||||
<div className="col-auto">
|
<div className="col-auto">
|
||||||
<select
|
<select
|
||||||
value={type}
|
value={type}
|
||||||
|
|
Loading…
Reference in a new issue