diff --git a/apps/documenteditor/main/resources/less/rightmenu.less b/apps/documenteditor/main/resources/less/rightmenu.less index 79ad38996..da2a47368 100644 --- a/apps/documenteditor/main/resources/less/rightmenu.less +++ b/apps/documenteditor/main/resources/less/rightmenu.less @@ -16,6 +16,7 @@ position: relative; overflow: hidden; border-left: 1px solid @gray-dark; + line-height: 15px; } .settings-panel { diff --git a/apps/presentationeditor/main/resources/less/rightmenu.less b/apps/presentationeditor/main/resources/less/rightmenu.less index 37347ad5a..7c6898f9b 100644 --- a/apps/presentationeditor/main/resources/less/rightmenu.less +++ b/apps/presentationeditor/main/resources/less/rightmenu.less @@ -16,6 +16,7 @@ position: relative; overflow: hidden; border-left: 1px solid @gray-dark; + line-height: 15px; } .settings-panel { diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index 53f18b635..a289d44a8 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -16,6 +16,7 @@ position: relative; overflow: hidden; border-left: 1px solid @gray-dark; + line-height: 15px; } .settings-panel {