From 0dd686b5bdfafb848a0c725568419ad554f0767c Mon Sep 17 00:00:00 2001 From: Emmanuel Robert Ssebaggala Date: Tue, 2 Apr 2019 21:28:38 +0200 Subject: [PATCH] Fix hidden pagination on reports (#7) --- src/modules/help/Help.jsx | 3 +-- src/modules/layout/UILayout.css | 9 +++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/modules/help/Help.jsx b/src/modules/help/Help.jsx index 4e5cc28..236c050 100644 --- a/src/modules/help/Help.jsx +++ b/src/modules/help/Help.jsx @@ -16,7 +16,7 @@ export default class Help extends React.Component {

About

- Boda Telecom Suite - CE (BTS-CE) is an open source telecommunication network management platform. The project aims to leverage the best in open source software , big data and machine learning to provide a feature rich platform for network management. It was started at Bodastage Solutions with initial focus on Radio Network Optimization. + Boda Telecom Suite - CE (BTS-CE) is an open source telecommunication network management platform. The project aims to leverage the best in open source software , big data and machine learning to provide a feature rich platform for network management..

Resources

@@ -24,7 +24,6 @@ export default class Help extends React.Component { diff --git a/src/modules/layout/UILayout.css b/src/modules/layout/UILayout.css index 2122471..f520e0f 100644 --- a/src/modules/layout/UILayout.css +++ b/src/modules/layout/UILayout.css @@ -47,6 +47,11 @@ Taken from tabdrop.css to create custom styles padding: 10px; } -.sidepanel-header{ - + +/*.layout-pane.layout-pane-primary .card { + margin-bottom: 50px; +}*/ + +.tab-pane { + margin-bottom: 50px; } \ No newline at end of file