dns searching
This commit is contained in:
@@ -1468,10 +1468,22 @@ ul#sharePageLinks.active {
|
||||
}
|
||||
|
||||
// dns autocomplete search
|
||||
|
||||
.react-autosuggest {
|
||||
.govuk-button {
|
||||
@media screen and (min-width: 768px) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.react-autosuggest__container {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
width: 50%;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.react-autosuggest__input {
|
||||
|
||||
Reference in New Issue
Block a user