diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-10 19:36:29 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-10 19:36:29 -0400 |
commit | 541d380f1ff7957f9e3d66965761b074fec073c3 (patch) | |
tree | c36ba71d9bed985265411c828a48ecced9d62d50 /src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | |
parent | 4949c68f38049da55ceaa3e95ea155f38d6a3748 (diff) |
UI
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx index 781cbcb55..2efd73136 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx @@ -372,7 +372,7 @@ export class DocCreatorMenu extends ObservableReactComponent<{}> { {this._GPTOpt ? GPTOptions : null} </div>) : null} </div> - <hr className='docCreatorMenu-option-divider'/> + <hr className='docCreatorMenu-option-divider full no-margin'/> <div className='docCreatorMenu-section'> <div className='docCreatorMenu-section-topbar'> <div className='docCreatorMenu-section-title'>Your Templates</div> |