mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove break word for docsite tables
This still allows the lines to wrap with lots of text, like comments cells.
This commit is contained in:
parent
39c543e356
commit
caaffda496
1 changed files with 0 additions and 4 deletions
|
@ -4737,10 +4737,6 @@ span[id*='MathJax-Span'] {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue