You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/09 08:05:15 UTC

cayenne-website git commit: Minor css fix

Repository: cayenne-website
Updated Branches:
  refs/heads/master eacc80f2b -> 73d170d31


Minor css fix


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/73d170d3
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/73d170d3
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/73d170d3

Branch: refs/heads/master
Commit: 73d170d31bc71cb051f5fa8dbc122496bc7c25b9
Parents: eacc80f
Author: stariy <st...@gmail.com>
Authored: Tue Jan 9 11:05:08 2018 +0300
Committer: stariy <st...@gmail.com>
Committed: Tue Jan 9 11:05:08 2018 +0300

----------------------------------------------------------------------
 src/main/assets/styles/_cd.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/73d170d3/src/main/assets/styles/_cd.scss
----------------------------------------------------------------------
diff --git a/src/main/assets/styles/_cd.scss b/src/main/assets/styles/_cd.scss
index 53b7d3e..2a3154a 100644
--- a/src/main/assets/styles/_cd.scss
+++ b/src/main/assets/styles/_cd.scss
@@ -257,7 +257,7 @@
 				table-layout: fixed;
 
 				td {
-					overflow: scroll;
+					word-wrap: break-word;
 					padding: $table-cell-padding-sm;
 				}