mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
fix padding on fancy tag editor
This commit is contained in:
parent
10dc8f2c21
commit
dbf5585749
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
||||||
|
|
||||||
.tagsinput .tag {
|
.tagsinput .tag {
|
||||||
font-family: $font_family_base;
|
font-family: $font_family_base;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagsinput .tag a {
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagsinput.js-taginput {
|
.tagsinput.js-taginput {
|
||||||
|
|
Loading…
Reference in a new issue