From 2ed4052162e2fcfa49f55cdd7f77cc2595526169 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 21 Jul 2020 15:50:20 +0200 Subject: Fix overflow and rearrange --- frontend/src/pages/App.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'frontend/src/pages') diff --git a/frontend/src/pages/App.js b/frontend/src/pages/App.js index 078ad51a..cbc805b8 100644 --- a/frontend/src/pages/App.js +++ b/frontend/src/pages/App.js @@ -71,14 +71,18 @@ class AppComponent extends React.Component { const portfolioElements = (
- +
+ +
) const scenarioElements = (
-

Scenario loading

+
+

Scenario loading

+
) -- cgit v1.2.3