diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
index 446dbb8fd8..4e6f2ebf7e 100644
--- a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
+++ b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
@@ -63,77 +63,79 @@ export const Toolbar = memo(function Toolbar() {
return (
-
- {
- removeCaption(view, tableEnvironment)
- }}
+
+
- No caption
-
- {
- moveCaption(view, positions, 'above', tableEnvironment)
- }}
+ {
+ removeCaption(view, tableEnvironment)
+ }}
+ >
+ No caption
+
+ {
+ moveCaption(view, positions, 'above', tableEnvironment)
+ }}
+ >
+ Caption above
+
+ {
+ moveCaption(view, positions, 'below', tableEnvironment)
+ }}
+ >
+ Caption below
+
+
+
- Caption above
-
- {
- moveCaption(view, positions, 'below', tableEnvironment)
- }}
- >
- Caption below
-
-
-
- {
- setBorders(
- view,
- BorderTheme.FULLY_BORDERED,
- positions,
- rowSeparators,
- table
- )
- }}
- >
-
- All borders
-
- {
- setBorders(
- view,
- BorderTheme.NO_BORDERS,
- positions,
- rowSeparators,
- table
- )
- }}
- >
-
- No borders
-
-
-
-
+
{
+ setBorders(
+ view,
+ BorderTheme.FULLY_BORDERED,
+ positions,
+ rowSeparators,
+ table
+ )
+ }}
+ >
+
+ All borders
+
+
{
+ setBorders(
+ view,
+ BorderTheme.NO_BORDERS,
+ positions,
+ rowSeparators,
+ table
+ )
+ }}
+ >
+
+ No borders
+
+
+
+
+
+ More options for border settings coming soon.
- More options for border settings coming soon.
-
-
+
+