Skip to content

Commit

Permalink
fix: divider visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Feb 23, 2024
1 parent d87414f commit d0638ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/js/ui/views/generator/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default (): m.Component<EditGeneratorProps> => {
},
'Save',
), //
m('div.divider.divider-vert'),
m('div.divider-vert'),
m(
Tooltip,
{ content: 'Open Dev Tools' },
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/js/ui/views/template/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default (): m.Component<EditTemplateProps> => {
},
'Save',
), //
m('div.divider.divider-vert'),
m('div.divider-vert'),
m(
Tooltip,
{ content: 'Open Dev Tools' },
Expand Down

0 comments on commit d0638ed

Please sign in to comment.