aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-10 19:36:29 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-10 19:36:29 -0400
commit541d380f1ff7957f9e3d66965761b074fec073c3 (patch)
treec36ba71d9bed985265411c828a48ecced9d62d50 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent4949c68f38049da55ceaa3e95ea155f38d6a3748 (diff)
UI
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index e2b4014bd..82a659ff7 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -225,6 +225,10 @@
width: 95%;
margin-top: 10px;
margin-bottom: 10px;
+
+ &.full {
+ width: 100%;
+ }
}
//------------------------------------------------------------------------------------------------------------------------------------------
@@ -259,14 +263,15 @@
.docCreatorMenu-templates-view {
display: flex;
flex-direction: column;
- justify-content: center;
- align-items: flex-start;
+ justify-content: flex-start;
+ //align-items: flex-start;
margin: 5px;
margin-top: 0px;
width: calc(100% - 10px);
height: calc(100% - 30px);
border: 1px solid rgb(180, 180, 180);
border-radius: 5px;
+ overflow: hidden;
}
.docCreatorMenu-preview-container {
@@ -316,12 +321,13 @@
.docCreatorMenu-section {
display: flex;
flex-direction: column;
- justify-content: center;
align-items: center;
position: relative;
margin: 0px;
+ margin-top: 0px;
+ margin-bottom: 0px;
width: 100%;
- height: 250;
+ height: 200;
flex: 0 0 auto;
}