From 25f06aeb1405455a4ce1165b507dba467b02d4d6 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Sun, 26 Oct 2025 12:14:44 +0200 Subject: [PATCH] fix: clicking on Captions will make the whole editor page jump (135) --- templates/cms/add_subtitle.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/cms/add_subtitle.html b/templates/cms/add_subtitle.html index 8480f51d..db197655 100644 --- a/templates/cms/add_subtitle.html +++ b/templates/cms/add_subtitle.html @@ -5,8 +5,9 @@ {% block headtitle %}Add subtitle - {{PORTAL_NAME}}{% endblock headtitle %} {% block innercontent %} - {% include "cms/media_nav.html" with active_tab="subtitles" %} - +
+ {% include "cms/media_nav.html" with active_tab="subtitles" %} +
{% if whisper_form %}