We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7f96a commit 93b8333Copy full SHA for 93b8333
styles/yeswiki-base.css
@@ -921,10 +921,13 @@ html[lang="pt"] [lang]:not([lang="pt"]){
921
922
923
/* users-table.twig */
924
-#users-table-action {
925
- overflow-x: auto;
+@media (max-width: 1200px){
+ #users-table-action {
926
+ overflow-x: auto;
927
+ }
928
}
929
930
td.users-table-break-word {
- word-break: break-all;
931
+ overflow-wrap: break-word;
932
+ max-width: 250px;
933
0 commit comments