Skip to content

Commit

Permalink
fix: input lineHeight for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 15, 2020
1 parent 8e7a950 commit 8f8d7c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/src/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ export const Sidebar: FC<SidebarProps> = ({
node: (
<Box variant="appsidebar.items">
<Input
sx={{
// fix ie 11
lineHeight: 'normal'
}}
placeholder="filter..."
value={search}
onChange={e => setSearch(e.target.value)}
Expand Down

0 comments on commit 8f8d7c9

Please sign in to comment.