We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd673a2 commit 3e1ab5bCopy full SHA for 3e1ab5b
apps/_dashboard/static/css/no.css
@@ -568,4 +568,6 @@ tr:hover {background:#111111}
568
.grid-search-form {width:100%; max-width: 100%}
569
tbody tr:hover { background-color:#002233 }
570
.grid-search-form-tr {border-bottom: none}
571
-.grid-td:last-child {text-align: right}
+/* Prevent word wrapping in grid cells - truncate with ellipsis instead */
572
+.grid-td { max-width: 300px !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
573
+.grid-td:last-child {text-align: right}
0 commit comments