fix: ellipsis

This commit is contained in:
Jean-Baptiste Pasquier
2021-01-22 15:04:38 +01:00
parent 9a463c87e7
commit a3318c8624
4 changed files with 10 additions and 4 deletions

View File

@ -118,4 +118,10 @@ nav#main__menu {
}
main#content {
width: calc(100% - 250px);
}
.text-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}