Removed borders over 900px for autosuggestions
This commit is contained in:
committed by
fabioberger
parent
b51933c4d9
commit
f09d56cdb9
@@ -112,7 +112,6 @@ export const AutocompleteWrapper = styled.div<IWrapperProps>`
|
|||||||
|
|
||||||
.react-autosuggest__section-title {
|
.react-autosuggest__section-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
/* min-width: 180px; */
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -190,9 +189,8 @@ export const AutocompleteWrapper = styled.div<IWrapperProps>`
|
|||||||
}
|
}
|
||||||
|
|
||||||
.react-autosuggest__suggestion {
|
.react-autosuggest__suggestion {
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user