This commit is contained in:
Zan
2025-09-23 22:06:58 +02:00
parent f70f8d682b
commit a88a4b2ed6
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
"preview": "Előnézet",
"save": "Mentés",
"cancel": "Mégse",
"import_string": "Téma string",
"import_string": "Téma azonosító",
"apply": "Alkalmaz",
"edit": "Szerkeszt",
"export": "Export",

View File

@@ -146,7 +146,7 @@ body {
line-height: 1.4;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;