mirror of https://github.com/zulip/zulip.git
navbar: Fix stream + topic jump at 500px.
This resolves a bug where the "stream" tab item would be missaligned with the rest of navbar and leave some empty space.
This commit is contained in:
parent
c2baca2c78
commit
9b32c844df
|
@ -1756,7 +1756,6 @@ a:hover code {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
height: 40px;
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue