Adjust tags editor typeahead to fit within container in splitview

This commit is contained in:
Bjarne Fyrstenborg
2020-09-04 11:56:41 +02:00
committed by Sebastiaan Janssen
parent 5911243908
commit ef12c36ce5

View File

@@ -36,18 +36,17 @@
}
}
input {
border: none;
background: @white;
}
.twitter-typeahead {
margin: 10px;
margin-top: 16px;
vertical-align: top;
max-width: calc(100% - 20px);
input {
border: none;
background: @white;
padding-left: 0;
max-width: 100%;
}
}
}