Skip to content

Commit 606fbc5

Browse files
committed
enh: wrap long strings in tabular info view
1 parent 71b3d81 commit 606fbc5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.0.2
2+
- enh: wrap long strings in tabular info view
13
1.0.1
24
- tests: remove invalid import
35
1.0.0

ckanext/dc_view/assets/dc_view.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ caption.dc_view {
2020

2121
table.dc_view {
2222
border-top: 2px solid #5D7597;
23+
overflow-wrap: anywhere;
2324
}

0 commit comments

Comments
 (0)