diff --git a/frontend-tools/video-editor/client/src/components/EditingTools.tsx b/frontend-tools/video-editor/client/src/components/EditingTools.tsx
index 6f2978c6..ed4360c0 100644
--- a/frontend-tools/video-editor/client/src/components/EditingTools.tsx
+++ b/frontend-tools/video-editor/client/src/components/EditingTools.tsx
@@ -60,7 +60,7 @@ const EditingTools = ({
{/* Play Segments button */}
- )}
+ )} */}
{/* Preview mode message (replaces play button) */}
- {isPreviewMode && (
+ {/* {isPreviewMode && (
Preview Mode
- )}
+ )} */}
{/* Right side - Editing tools */}
diff --git a/frontend-tools/video-editor/client/src/styles/EditingTools.css b/frontend-tools/video-editor/client/src/styles/EditingTools.css
index d2643e61..29cb00a7 100644
--- a/frontend-tools/video-editor/client/src/styles/EditingTools.css
+++ b/frontend-tools/video-editor/client/src/styles/EditingTools.css
@@ -281,6 +281,7 @@
.short-text {
display: inline;
+ margin-left: 0.15rem;
}
/* Hide reset text */