Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
word break is better
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Dec 10, 2024
1 parent cc2673c commit 6401d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
.dataset table.table.table-striped.table-bordered.table-condensed {
tr {
td {
word-wrap: break-word;
word-break: break-all;
}
}
}
Expand Down

0 comments on commit 6401d8a

Please sign in to comment.