This is an automated email from the ASF dual-hosted git repository.
massakam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 3db0643 Fix reference configuration display (#1940)
3db0643 is described below
commit 3db064396fcd5f855ef720940d76092ea86a6c54
Author: Ivan Kelly <[email protected]>
AuthorDate: Mon Jun 11 06:13:37 2018 +0200
Fix reference configuration display (#1940)
Long lines were not wrapping, so they were overflowing on the next
cell. Maybe not a problem if you have a gigantic monitor, but a lot of
people do not.
---
site/_sass/_docs.scss | 2 --
1 file changed, 2 deletions(-)
diff --git a/site/_sass/_docs.scss b/site/_sass/_docs.scss
index f5ee278..8ce3e57 100644
--- a/site/_sass/_docs.scss
+++ b/site/_sass/_docs.scss
@@ -247,9 +247,7 @@
padding: 5px 0;
&:nth-child(1), &:nth-child(2) {
- max-width: 225px;
overflow: auto;
- white-space: nowrap;
}
&:nth-child(2), &:nth-child(3) {
--
To stop receiving notification emails like this one, please contact
[email protected].