mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Arne Fitzenreiter
parent
d10a558196
commit
3cc3edeca4
@@ -359,7 +359,7 @@ div.rrdimage > ul {
|
||||
}
|
||||
|
||||
div.rrdimage > img {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
max-width: 100%;
|
||||
min-height: 290px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user