Skip to content
Snippets Groups Projects
Unverified Commit 0b0a8aef authored by Michal Procházka's avatar Michal Procházka Committed by Pavel Vyskočil
Browse files

Override page width from template.

Statistics will be now full screen regardless theme settings.
parent 1ab112f8
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
[Fixed]
- Statistics will be now full screen
## [v1.4.0]
[Added]
......
......@@ -15,6 +15,10 @@ table{
text-align: center;
}
#wrap {
max-width: 100%;
}
#idpsTable, #spsTable {
height: 450px;
}
......@@ -45,4 +49,4 @@ table{
.timeRange {
padding-left: 40px;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment