Skip to content

Commit 3e1ab5b

Browse files
committed
fixed grid style, thanks Nico
1 parent dd673a2 commit 3e1ab5b

File tree

1 file changed

+3
-1
lines changed
  • apps/_dashboard/static/css

1 file changed

+3
-1
lines changed

apps/_dashboard/static/css/no.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,6 @@ tr:hover {background:#111111}
568568
.grid-search-form {width:100%; max-width: 100%}
569569
tbody tr:hover { background-color:#002233 }
570570
.grid-search-form-tr {border-bottom: none}
571-
.grid-td:last-child {text-align: right}
571+
/* 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

Comments
 (0)