summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/src/renderer/components/SearchBar.tsx1
-rw-r--r--gui/src/renderer/components/select-location/LocationRow.tsx1
2 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/renderer/components/SearchBar.tsx b/gui/src/renderer/components/SearchBar.tsx
index da2de73af0..7983441ed8 100644
--- a/gui/src/renderer/components/SearchBar.tsx
+++ b/gui/src/renderer/components/SearchBar.tsx
@@ -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': {
diff --git a/gui/src/renderer/components/select-location/LocationRow.tsx b/gui/src/renderer/components/select-location/LocationRow.tsx
index 07c7d0003b..514fd19207 100644
--- a/gui/src/renderer/components/select-location/LocationRow.tsx
+++ b/gui/src/renderer/components/select-location/LocationRow.tsx
@@ -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',