improved style

This commit is contained in:
vabene1111
2023-02-24 20:35:54 +01:00
parent 0c8c74c0ac
commit 8abef1d8cc
3 changed files with 12 additions and 11 deletions

View File

@@ -2,6 +2,16 @@
height: 40px;
}
.two-row-text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
.menu-dropdown-text {
font-size: 14px;