mirror of https://github.com/zulip/zulip.git
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:
parent
1b1f2411d8
commit
b3e0cc61e5
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue