css: Remove old typeahead css.

We already have the behaviour for this that we want in typeahead.css.
This CSS produces problems for rendered markdown as it propagates
to it.
This commit is contained in:
Aman Agrawal 2024-07-10 07:50:52 +00:00 committed by Tim Abbott
parent 1b1f2411d8
commit b3e0cc61e5
1 changed files with 0 additions and 8 deletions

View File

@ -1958,14 +1958,6 @@ body:not(.hide-left-sidebar) {
margin-left: 40px;
}
.typeahead.dropdown-menu .typeahead-menu li {
width: 100%;
& a {
white-space: normal;
}
}
#feedback_container {
width: calc(90% - 30px);
left: 5%;