-
+
-
diff --git a/src-ui/src/app/components/common/input/tags/tags.component.scss b/src-ui/src/app/components/common/input/tags/tags.component.scss
index 41fc6acc4..2eaaa4f6d 100644
--- a/src-ui/src/app/components/common/input/tags/tags.component.scss
+++ b/src-ui/src/app/components/common/input/tags/tags.component.scss
@@ -2,3 +2,11 @@
min-width: 1em;
min-height: 1em;
}
+
+.tag-wrap {
+ font-size: 1rem;
+}
+
+.tag-wrap-delete {
+ cursor: pointer;
+}
diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss
index 0dc662e31..ffb296271 100644
--- a/src-ui/src/styles.scss
+++ b/src-ui/src/styles.scss
@@ -71,7 +71,7 @@ body {
position: relative;
flex: 1 1 auto;
margin-bottom: 0;
- height: calc(1.5em + 0.75rem + 5px);
+ min-height: calc(1.5em + 0.75rem + 5px);
line-height: 1.5;
.ng-select-container {