mirror of https://github.com/zulip/zulip.git
navbar: Keep descriptions and closed search box from colliding.
This commit is contained in:
parent
c622622135
commit
a86465de54
|
@ -75,7 +75,12 @@
|
|||
background: none;
|
||||
color: inherit;
|
||||
font-weight: 400;
|
||||
padding-left: 10px;
|
||||
/* Padding to the left separates the description from the
|
||||
view label or channel name; padding to the right keeps
|
||||
the description from getting too close to the closed
|
||||
search box--with a pleasing equidistant space in both
|
||||
places. */
|
||||
padding: 0 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
/* The very last element in the navbar is the search icon, the second
|
||||
|
|
Loading…
Reference in New Issue