additional spacing added

This commit is contained in:
Niels Lyngsø
2019-04-10 14:59:16 +02:00
parent 7afd01ff5c
commit 9ad5dad710

View File

@@ -861,7 +861,7 @@
.tag {
cursor: default;
margin: 10px;
padding: 10px;
padding: 10px 15px;
background: @blueExtraDark;
position: relative;
user-select: all;
@@ -869,9 +869,9 @@
.icon-trash {
position: relative;
cursor: pointer;
padding-left: 4px;
padding-left: 2px;
font-size: 15px;
right: -2px;
right: -5px;
bottom: -1px;
}