Admonitions within a table are cut off
lcawl opened this issue · 2 comments
In elastic/kibana#95847 I added admonitions for the deprecated settings in a table (in particular, on this page: https://www.elastic.co/guide/en/kibana/master/reporting-settings-kb.html). It seems that the pop-ups are cut off at the border of the table. For example:
Likewise, the same problem occurs if you have description lists that use the "horizontal" style attribute (as described in https://docs.asciidoctor.org/asciidoc/latest/lists/description/) In https://www.elastic.co/guide/en/kibana/master/advanced-options.html, for example:
Hopefully we can avoid all these formatting issues by using a custom component for settings reference pages in the new docs system. Then we'll just need to ensure it supports deprecation admonitions or deprecation tags/labels.