diff --git a/ui/src/assets/css/main.css b/ui/src/assets/css/main.css index eb3a8c7..49aebd0 100644 --- a/ui/src/assets/css/main.css +++ b/ui/src/assets/css/main.css @@ -116,3 +116,7 @@ hr { padding: 20px; border-radius: 5px; } + +.card-narrow { + padding: 5px !important; +} \ No newline at end of file diff --git a/ui/src/components/dashboard/Histogram.vue b/ui/src/components/dashboard/Histogram.vue index 3df9185..9b64e36 100644 --- a/ui/src/components/dashboard/Histogram.vue +++ b/ui/src/components/dashboard/Histogram.vue @@ -2,18 +2,22 @@
- Showing data in period {{from}} - {{to}} ({{period}}s), - {{ numberOfEvents }} events with - bin size {{ binSize }}s -
++ Showing data in period {{from}} - {{to}} ({{period}}s), + {{ numberOfEvents }} events with + bin size {{ binSize }}s +
+