same height as normal pill

This commit is contained in:
Bruno Windels 2019-05-17 19:51:03 +01:00
parent 3b598a1782
commit a47e722fa1

View File

@ -41,6 +41,8 @@ limitations under the License.
}
span.user-pill, span.room-pill {
height: 20px;
line-height: 20px;
border-radius: 16px;
display: inline-block;
color: $primary-fg-color;