App title should not overflow to next line

This commit is contained in:
navaneeth 2021-12-04 23:13:54 +05:30
parent 06201a3679
commit 5a98cb8ac2

View file

@ -604,6 +604,9 @@ body {
line-height: 20px;
font-size: 16px;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}