diff options
Diffstat (limited to 'gui/src/renderer')
| -rw-r--r-- | gui/src/renderer/components/select-location/SpecialLocationList.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/src/renderer/components/select-location/SpecialLocationList.tsx b/gui/src/renderer/components/select-location/SpecialLocationList.tsx index 60b1e0c666..9579a6b4b5 100644 --- a/gui/src/renderer/components/select-location/SpecialLocationList.tsx +++ b/gui/src/renderer/components/select-location/SpecialLocationList.tsx @@ -100,6 +100,8 @@ export function CustomExitLocationRow(props: SpecialLocationRowInnerProps<undefi ); } +const StyledInfoButton = styled(StyledHoverInfoButton)({ display: 'block' }); + export function CustomBridgeLocationRow( props: SpecialLocationRowInnerProps<SpecialBridgeLocationType>, ) { @@ -124,7 +126,7 @@ export function CustomBridgeLocationRow( <SpecialLocationIndicator /> <StyledLocationRowLabel>{props.source.label}</StyledLocationRowLabel> </StyledLocationRowButton> - <StyledHoverInfoButton + <StyledInfoButton {...background} $isLast title={messages.pgettext('select-location-view', 'Custom bridge')} |
