mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +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 (
|
||||
<>
|
||||
<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">
|
||||
<select
|
||||
value={type}
|
||||
|
|
Loading…
Reference in a new issue