1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

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

@@ -1690,15 +1690,6 @@ export default {
width: 30px;
}
.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;
}
.hover-button {
display: none;
}