RRD graphs: Remove padding around graph images

The images inherited padding from the general design and
have been resized to fit the layout, resulting in blurred graphs.
This removes the padding and shows the graphs in full size.

Fixes: #12657

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2021-07-11 20:22:12 +02:00
committed by Arne Fitzenreiter
parent d10a558196
commit 3cc3edeca4

View File

@@ -359,7 +359,7 @@ div.rrdimage > ul {
}
div.rrdimage > img {
box-sizing: border-box;
padding: 0;
max-width: 100%;
min-height: 290px;
}