diff --git a/addons/gdUnit4/src/report/template/css/styles.css b/addons/gdUnit4/src/report/template/css/styles.css index 23eac48e..a1b0ed91 100644 --- a/addons/gdUnit4/src/report/template/css/styles.css +++ b/addons/gdUnit4/src/report/template/css/styles.css @@ -385,8 +385,7 @@ div.include-footer { } footer { - position: fixed; - padding-left: 10em; + position: static; left: 0; bottom: 0; width: 100%; @@ -399,6 +398,10 @@ footer { align-items: center; } +footer p { + padding-left: 10em; +} + footer .status-legend { display: flex; gap: 15px;