reset word-break for links in tables. this fixes FREEMARKER-4
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/6fe1c363 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/6fe1c363 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/6fe1c363 Branch: refs/heads/master Commit: 6fe1c363785cb441bdebefc421a20e8a5d4a8f3c Parents: 15129f5 Author: rather <[email protected]> Authored: Sun Oct 11 16:30:15 2015 -0700 Committer: rather <[email protected]> Committed: Sun Nov 15 20:30:46 2015 -0800 ---------------------------------------------------------------------- src/main/org/freemarker/docgen/less/lib/components/table.less | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/6fe1c363/src/main/org/freemarker/docgen/less/lib/components/table.less ---------------------------------------------------------------------- diff --git a/src/main/org/freemarker/docgen/less/lib/components/table.less b/src/main/org/freemarker/docgen/less/lib/components/table.less index 34e92ba..9aea5a9 100644 --- a/src/main/org/freemarker/docgen/less/lib/components/table.less +++ b/src/main/org/freemarker/docgen/less/lib/components/table.less @@ -44,4 +44,8 @@ white-space: normal; } } + + a { + word-break: normal; + } }
