This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 99896cca fix: Admonition style for deprecated component
99896cca is described below

commit 99896ccae9770ec8230aca73062ae34d50eed599
Author: Gaelle Fournier <[email protected]>
AuthorDate: Wed Feb 4 18:34:44 2026 +0100

    fix: Admonition style for deprecated component
---
 antora-ui-camel/src/partials/article.hbs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/antora-ui-camel/src/partials/article.hbs 
b/antora-ui-camel/src/partials/article.hbs
index 04e5a5b1..b9601018 100644
--- a/antora-ui-camel/src/partials/article.hbs
+++ b/antora-ui-camel/src/partials/article.hbs
@@ -14,6 +14,7 @@ If you typed the URL of this page manually, please double 
check that you entered
 {{/with}}
 {{#if page.attributes.deprecated}}
 <div class="admonitionblock warning">
+<div class="table-wrapper">
 <table>
 <tr>
 <td class="icon">
@@ -27,6 +28,7 @@ If you typed the URL of this page manually, please double 
check that you entered
 </tr>
 </table>
 </div>
+</div>
 {{/if}}
 {{{page.contents}}}
 {{/if}}

Reply via email to