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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bfc42729 fix admonitionblock blocks
     new 91d3df7f0 Merge pull request #162 from hansva/master
0bfc42729 is described below

commit 0bfc427290ba39d099906e2e22d0c5fa47206587
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Aug 19 13:14:43 2022 +0200

    fix admonitionblock blocks
---
 antora-ui-hop/src/css/doc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-hop/src/css/doc.css b/antora-ui-hop/src/css/doc.css
index bbc6b0821..27c1339dd 100644
--- a/antora-ui-hop/src/css/doc.css
+++ b/antora-ui-hop/src/css/doc.css
@@ -309,7 +309,7 @@
 .doc .admonitionblock td.content {
   padding: 1rem 1rem 0.75rem;
   background: var(--admonition-background);
-  width: 100%;
+  width: 95%;
 }
 
 .doc .admonitionblock .icon {

Reply via email to