Roll : Added target info in Roll

This commit is contained in:
Vlyan
2022-02-17 15:24:50 +01:00
parent 448fadeca7
commit efe1e088ed
18 changed files with 148 additions and 68 deletions

View File

@@ -198,7 +198,7 @@
.next {
margin: 2rem 0 4rem;
}
.autocomplete {
.autocomplete-wrapper {
width: calc(100% - 2px);
}
}

View File

@@ -918,7 +918,7 @@ button {
}
}
.autocomplete {
.autocomplete-wrapper {
/*the container must be positioned relative:*/
position: relative;
display: inline-block;