allow label word breaking for the responsive layout

This commit is contained in:
Gani Georgiev
2026-05-29 19:36:52 +03:00
parent d4b73af2e9
commit 2b61b2babf
8 changed files with 11 additions and 8 deletions
+3
View File
@@ -508,6 +508,9 @@ table {
margin-left: auto;
}
}
.label {
word-break: break-word;
}
}
.page-table-wrapper .responsive-table {
border: 0;