1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-28 20:12:48 +00:00

Merge pull request #16400 from jlmitch5/patch-2

Remove break word for docsite tables
This commit is contained in:
James Cammarata 2016-06-22 10:24:14 -05:00 committed by GitHub
commit 87928ff56b

View file

@ -4737,10 +4737,6 @@ span[id*='MathJax-Span'] {
max-width: 100%;
}
td {
word-break: break-word;
}
th, td {
min-width: 100px;
}