mirror of https://github.com/zulip/zulip.git
pill: Fix broken width of input-pill.
This PR fixes a UI bug which was caused by removing the width of pill-container. This issue was only visible in night mode.
This commit is contained in:
parent
c0806917ec
commit
57ed871800
|
@ -87,7 +87,7 @@
|
|||
.pm_recipient .pill-container {
|
||||
padding: 0px 2px;
|
||||
border: none;
|
||||
|
||||
flex-grow: 1;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue