@ -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>