Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 25a949c

Browse files
tauceti2vyskocilpavel
authored andcommitted
Override page width from template.
Statistics will be now full screen regardless theme settings.
1 parent 2e92851 commit 25a949c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
[Fixed]
6+
- Statistics will be now full screen
57

68
## [v1.4.0]
79
[Added]

www/statisticsproxy.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ table{
1515
text-align: center;
1616
}
1717

18+
#wrap {
19+
max-width: 100%;
20+
}
21+
1822
#idpsTable, #spsTable {
1923
height: 450px;
2024
}
@@ -45,4 +49,4 @@ table{
4549

4650
.timeRange {
4751
padding-left: 40px;
48-
}
52+
}

0 commit comments

Comments
 (0)