fix: use ellipsis for tags text in dropdown

This commit is contained in:
Antonella Sgarlatta
2021-06-01 19:08:52 -03:00
parent 19a85a1cc0
commit af3bed850e
3 changed files with 34 additions and 20 deletions

View File

@@ -168,6 +168,10 @@
max-width: 20rem;
}
.min-w-5 {
min-width: 1.25rem;
}
.h-1px {
height: 1px;
}
@@ -208,6 +212,10 @@
max-height: 30rem;
}
.min-h-5 {
min-height: 1.25rem;
}
.fixed {
position: fixed;
}
@@ -220,8 +228,8 @@
overflow: auto;
}
.overflow-y-hidden {
overflow-y: hidden;
.overflow-hidden {
overflow: hidden;
}
.overflow-ellipsis {