Skip to content

Commit

Permalink
allow long item titles to break without whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Jul 31, 2018
1 parent 576cf86 commit c509aa1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
3 changes: 3 additions & 0 deletions geonode/static/geonode/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7288,6 +7288,9 @@ article.tab-pane {
font-size: 12px;
text-transform: uppercase;
}
.item-details h4 a {
word-wrap: break-word;
}
.item-details .btn-sm {
margin-right: -17px;
margin-top: -1px;
Expand Down
3 changes: 3 additions & 0 deletions geonode/static/geonode/less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ article.tab-pane {
text-transform: uppercase;
}
}
h4 a {
word-wrap: break-word;
}
.btn-sm {
margin-right: -17px;
margin-top: -1px;
Expand Down
2 changes: 1 addition & 1 deletion geonode/static/lib/js/assets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/leaflet-plugins.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/require.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions geonode/static/lib/js/text.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c509aa1

Please sign in to comment.