From 89defa2c04abf7b4c27b1ef0d27a19dedcd4161e Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Tue, 2 May 2023 00:53:46 +0100 Subject: [PATCH] [release] v0.3.1 - fix overflowing text in home page --- client/src/pages/home/index.jsx | 2 +- client/src/themes/index.jsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index 531ff72..1e737d7 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -128,7 +128,7 @@ const HomePage = () => { {config && config.HTTPConfig.ProxyConfig.Routes.map((route) => { - return + return diff --git a/client/src/themes/index.jsx b/client/src/themes/index.jsx index c288b03..d54ded3 100644 --- a/client/src/themes/index.jsx +++ b/client/src/themes/index.jsx @@ -31,7 +31,8 @@ export default function ThemeCustomization({ children }) { sm: 768, md: 1024, lg: 1266, - xl: 1536 + xl: 1536, + xxl: 1920, } }, direction: 'ltr',