Skip to content

Commit

Permalink
Merge branch 'fix-select-location-line-height'
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Oct 17, 2023
2 parents 5f6b069 + 00b9272 commit 8846338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/renderer/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const StyledSearchInput = styled.input.attrs({ type: 'text' })({
borderRadius: '4px',
padding: '9px 38px',
margin: 0,
lineHeight: '24px',
color: colors.white60,
backgroundColor: colors.white10,
'::placeholder': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const StyledLocationRowLabel = styled(Cell.Label)(normalText, {
flex: 1,
minWidth: 0,
fontWeight: 400,
lineHeight: '24px',
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
Expand Down

0 comments on commit 8846338

Please sign in to comment.