diff options
Diffstat (limited to 'src/client/views/smartdraw/SmartDrawHandler.scss')
| -rw-r--r-- | src/client/views/smartdraw/SmartDrawHandler.scss | 8 |
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; |
