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

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


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

commit 0c5103e25103f3995c622d9fdb73000123c7fea3
Author: Christian Grobmeier <[email protected]>
AuthorDate: Wed Mar 13 11:51:20 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