Minor fixes

This commit is contained in:
2021-09-30 21:38:42 -03:00
parent 409cdb1c36
commit 21afd0a024
4 changed files with 45 additions and 27 deletions

View File

@@ -595,6 +595,11 @@
pointer-events: none;
opacity: 30%;
}
.clockify-tasks-display select {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
html, body {
margin: 0;