fix: 'Search titles' filter wraps to multiple lines on small screens

This commit is contained in:
Tom Moor
2023-01-02 21:25:24 -05:00
parent 0d920e02b1
commit 64d8f3091a

View File

@@ -362,7 +362,7 @@ class Search extends React.Component<Props> {
})
}
/>
<SearchTitleOnlyFilter
<SearchTitlesFilter
width={26}
height={14}
label={t("Search titles only")}
@@ -458,7 +458,8 @@ const Filters = styled(Flex)`
}
`;
const SearchTitleOnlyFilter = styled(Switch)`
const SearchTitlesFilter = styled(Switch)`
white-space: nowrap;
margin-left: 8px;
margin-top: 2px;
font-size: 14px;