Skip to content

Commit

Permalink
Client - Misalignment between inline language selector and brand Navb…
Browse files Browse the repository at this point in the history
…ar items GeoNode#145 (GeoNode#188)
  • Loading branch information
MuhweziDeo authored Jun 3, 2021
1 parent 4a654aa commit 1f49ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const LanguageSelector = forwardRef(({
return (
<div
ref={ref}
className="gn-language-selector"
className={`gn-language-selector ${inline ? 'inline' : ''}`}
style={style}
>
{inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,9 @@
}
}
}
.gn-language-selector.inline {
padding: 0.5rem;
}

}
}

0 comments on commit 1f49ebc

Please sign in to comment.