Skip to content

Commit 93b8333

Browse files
J9remmrflos
authored andcommitted
fix(UsersTableAction/css): better beak-word
1 parent bf7f96a commit 93b8333

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

styles/yeswiki-base.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,13 @@ html[lang="pt"] [lang]:not([lang="pt"]){
921921

922922

923923
/* users-table.twig */
924-
#users-table-action {
925-
overflow-x: auto;
924+
@media (max-width: 1200px){
925+
#users-table-action {
926+
overflow-x: auto;
927+
}
926928
}
927929

928930
td.users-table-break-word {
929-
word-break: break-all;
931+
overflow-wrap: break-word;
932+
max-width: 250px;
930933
}

0 commit comments

Comments
 (0)