UX: adds margins to assign tag in composer-popup (#119)

This PR adds some margins to the assign tags in the composer-popup.

Before 

<img src="https://user-images.githubusercontent.com/33972521/100543762-02948f00-328d-11eb-8147-3cc5d53eaf72.png" width=500>

After

<img src="https://user-images.githubusercontent.com/33972521/100543767-09230680-328d-11eb-98e5-278d96623b37.png" width=500>
This commit is contained in:
Joe 2020-11-30 01:13:56 +08:00 committed by GitHub
parent 84433768a6
commit 55ceec2ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
.assign-text {
margin-right: 0.25em;
}
.composer-popup & {
margin-left: 0.5em;
}
}
.topic-body {