Skip to content

Commit

Permalink
Fix menu File (long text in customization parameters: bug 67195)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Apr 8, 2024
1 parent 788143e commit f115de2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/documenteditor/main/resources/less/filemenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();

overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}
Expand Down
3 changes: 2 additions & 1 deletion apps/pdfeditor/main/resources/less/filemenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();

overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}
Expand Down
3 changes: 2 additions & 1 deletion apps/presentationeditor/main/resources/less/leftmenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();

overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}
Expand Down
3 changes: 2 additions & 1 deletion apps/spreadsheeteditor/main/resources/less/leftmenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();

overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}
Expand Down

0 comments on commit f115de2

Please sign in to comment.