fix: ellipsis
This commit is contained in:
@ -118,4 +118,10 @@ nav#main__menu {
|
||||
}
|
||||
main#content {
|
||||
width: calc(100% - 250px);
|
||||
}
|
||||
|
||||
.text-ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
Reference in New Issue
Block a user