Fix menu File (long text in customization parameters: bug 67195)

This commit is contained in:
Julia Radzhabova
2024-04-08 17:42:23 +03:00
parent 788143e4d3
commit f115de23a2
4 changed files with 8 additions and 4 deletions

View File

@ -48,7 +48,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();
overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}

View File

@ -48,7 +48,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();
overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}

View File

@ -163,7 +163,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();
overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}

View File

@ -157,7 +157,8 @@
padding-top: 4px;
cursor: pointer;
.font-size-large();
overflow: hidden;
text-overflow: ellipsis;
&:hover {
text-decoration: none;
}