aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/SmartDrawHandler.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/smartdraw/SmartDrawHandler.scss')
-rw-r--r--src/client/views/smartdraw/SmartDrawHandler.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/smartdraw/SmartDrawHandler.scss b/src/client/views/smartdraw/SmartDrawHandler.scss
index c25273876..513779512 100644
--- a/src/client/views/smartdraw/SmartDrawHandler.scss
+++ b/src/client/views/smartdraw/SmartDrawHandler.scss
@@ -12,7 +12,13 @@
}
}
- .smartdraw-options {
+ .smartdraw-output-options {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ }
+
+ .smartdraw-svg-options {
margin-top: 5px;
display: flex;
flex-direction: row;