From 9e1206c696d2841e0e6e066951569947f785f000 Mon Sep 17 00:00:00 2001 From: Yane van der Westhuizen <93937046+yanevdw19021209@users.noreply.github.com> Date: Sun, 17 Sep 2023 01:33:15 +0200 Subject: [PATCH] Updated general styling, alignment and responsiveness. --- .../src/components/Subsystems/DataScopes.js | 4 +- .../src/styling/DataScopes.css | 62 ++++++++++++++----- 2 files changed, 50 insertions(+), 16 deletions(-) diff --git a/frontend/infosafe_frontend/src/components/Subsystems/DataScopes.js b/frontend/infosafe_frontend/src/components/Subsystems/DataScopes.js index 16a1901c..d3d84724 100644 --- a/frontend/infosafe_frontend/src/components/Subsystems/DataScopes.js +++ b/frontend/infosafe_frontend/src/components/Subsystems/DataScopes.js @@ -21,7 +21,7 @@ export const DataScopes = () => { setEditDataScopeOpen(false)} popupOpen={editDataScopeOpen} - datascope={datascope} + // datascope={datascope} /> ) : null}{' '} @@ -71,7 +71,7 @@ export const DataScopes = () => { }; const CreateDataScope = () => { - if(roles.includes("data_scope_creates")) { + if(roles.includes("data_scope_create")) { return (