diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html
index 768376559..412918523 100644
--- a/apps/documenteditor/main/index.html
+++ b/apps/documenteditor/main/index.html
@@ -227,6 +227,7 @@
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}
diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy
index c1cc8886d..81e17b32c 100644
--- a/apps/documenteditor/main/index.html.deploy
+++ b/apps/documenteditor/main/index.html.deploy
@@ -212,6 +212,7 @@
view = params["mode"] == 'view';
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}
if (stopLoading) {
diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html
index 20afe4b5e..d69b5614d 100644
--- a/apps/presentationeditor/main/index.html
+++ b/apps/presentationeditor/main/index.html
@@ -256,6 +256,7 @@
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}
diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy
index 94c177ec3..260031a36 100644
--- a/apps/presentationeditor/main/index.html.deploy
+++ b/apps/presentationeditor/main/index.html.deploy
@@ -262,6 +262,7 @@
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}
diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html
index f7b30e527..eda5a47d2 100644
--- a/apps/spreadsheeteditor/main/index.html
+++ b/apps/spreadsheeteditor/main/index.html
@@ -233,6 +233,7 @@
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}
diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy
index 95e61a8ba..3688e43f4 100644
--- a/apps/spreadsheeteditor/main/index.html.deploy
+++ b/apps/spreadsheeteditor/main/index.html.deploy
@@ -238,6 +238,7 @@
if (view) {
document.querySelector('.brendpanel > :nth-child(2)').remove();
+ document.querySelector('.brendpanel > :nth-child(1)').style.height = '32px';
document.querySelector('.sktoolbar').remove();
}