Remove min-height as it messes up layout for assignee

The minor jank in adding a reviewer can be addressed separately, as that
is not a regression.

Change-Id: I2a9d691dfe6741c190a89d75f72081d30bca94ae
This commit is contained in:
Becky Siegel
2017-10-17 10:35:35 -07:00
parent 44a4cc9fa6
commit 1a46e0dfb5

View File

@@ -41,7 +41,6 @@ limitations under the License.
align-items: center;
display: flex;
flex-wrap: wrap;
min-height: 1.8em;
@apply --account-list-style;
}
</style>