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

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f505f8000 fixed spacing problem on big screens
2f505f8000 is described below

commit 2f505f80002d35d70a9a6ae0099980bd16f6512f
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Mar 13 11:48:53 2024 +0100

    fixed spacing problem on big screens
---
 src/site/resources/css/logging-custom.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/resources/css/logging-custom.css 
b/src/site/resources/css/logging-custom.css
index cb98d7fa53..8965714910 100644
--- a/src/site/resources/css/logging-custom.css
+++ b/src/site/resources/css/logging-custom.css
@@ -142,6 +142,7 @@
     width: 80vw;
     overflow: auto;
     height: 100%;
+    margin: 0;
 }
 
 .table-of-content {

Reply via email to