fix: add ellipsis overflow to tag text on note options

This commit is contained in:
Antonella Sgarlatta
2021-06-03 18:48:04 -03:00
parent bb6f65d8e5
commit 75cefc122e
2 changed files with 21 additions and 9 deletions

View File

@@ -171,6 +171,18 @@
align-items: flex-start;
}
.whitespace-nowrap {
white-space: nowrap;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-ellipsis {
text-overflow: ellipsis;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.