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:
Akash Nimare 2018-07-31 01:17:23 +05:30 committed by Tim Abbott
parent c0806917ec
commit 57ed871800
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
.pm_recipient .pill-container {
padding: 0px 2px;
border: none;
flex-grow: 1;
align-content: center;
}