diff --git a/templates/Scrum/view.html.twig b/templates/Scrum/view.html.twig
index 37d4cb0..5b5891d 100644
--- a/templates/Scrum/view.html.twig
+++ b/templates/Scrum/view.html.twig
@@ -22,13 +22,13 @@
.tag {
border-radius: 5px;
- padding: 8px 8px;
- margin-bottom: 5px;
+ padding: 4px 8px;
+ //margin-bottom: 2px;
display: inline-block;
min-width: 35px;
text-align: center;
color: #ffffff !important;
- zoom: 80%;
+ zoom: 70%;
}
.tag i {
@@ -322,7 +322,7 @@
{% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteaprioritys %}
-
+
{{ label.name }}
{% endif %}
@@ -333,7 +333,7 @@
{% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteatypes %}
-
+
{{ label.name }}
{% endif %}
@@ -344,7 +344,7 @@
{% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteateams %}
-
+
{{ label.name }}
{% endif %}