diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/TunnelControl.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/components/TunnelControl.tsx b/gui/src/renderer/components/TunnelControl.tsx index d0f36f8ec7..c0fa5f8452 100644 --- a/gui/src/renderer/components/TunnelControl.tsx +++ b/gui/src/renderer/components/TunnelControl.tsx @@ -66,6 +66,7 @@ const Location = styled.div({ const StyledMarquee = styled(Marquee)({ ...bigText, + lineHeight: '36px', overflow: 'hidden', }); |
