Removed borders over 900px for autosuggestions

This commit is contained in:
Piotr Janosz
2019-08-01 19:22:44 +02:00
committed by fabioberger
parent b51933c4d9
commit f09d56cdb9

View File

@@ -112,7 +112,6 @@ export const AutocompleteWrapper = styled.div<IWrapperProps>`
.react-autosuggest__section-title {
position: relative;
/* min-width: 180px; */
p {
position: absolute;
@@ -190,9 +189,8 @@ export const AutocompleteWrapper = styled.div<IWrapperProps>`
}
.react-autosuggest__suggestion {
border-bottom: 1px solid #eee;
@media (max-width: 900px) {
border-bottom: 1px solid #eee;
margin-right: 0;
}