Fixed manual search modal matches popover position and width.

pull/1358/head
morpheus65535 3 years ago
parent b50e7f4fff
commit 1613501ea4

@ -34,3 +34,7 @@ body {
max-width: 500px;
}
}
#manual-search-matches-info {
width: 100%;
}

@ -309,7 +309,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
);
return (
<OverlayTrigger overlay={popover}>
<OverlayTrigger overlay={popover} placement={"left"}>
<FontAwesomeIcon icon={icon} color={color}></FontAwesomeIcon>
</OverlayTrigger>
);

Loading…
Cancel
Save