Reduce size of conversation recipients in conversation form

Fixes #7321.
This commit is contained in:
Steffen van Bergerem 2017-03-19 18:43:23 +01:00 committed by Benjamin Neff
parent 6f3c61d8f2
commit 13a44be306
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -197,16 +197,14 @@
}
.recipients-tag-list {
margin: 0 -2px $form-group-margin-bottom;
.conversation-recipient-tag {
background-color: $brand-primary;
border-radius: $btn-border-radius-base;
display: inline-flex;
margin: 0 2px $form-group-margin-bottom;
padding: 8px;
&:first-child { margin-left: 0; }
&:last-child { margin-right: 0; }
margin: 0 2px;
padding: $btn-border-radius-base;
div {
align-self: center;
@ -215,9 +213,9 @@
}
.avatar {
height: 40px;
height: 35px;
margin-right: 8px;
width: 40px;
width: 35px;
}
.name-and-handle {