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

@@ -29,4 +29,10 @@
opacity: 30%;
}
}
select {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}