mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:54:49 +08:00
Fix menu File (long text in customization parameters: bug 67195)
This commit is contained in:
@ -48,7 +48,8 @@
|
||||
padding-top: 4px;
|
||||
cursor: pointer;
|
||||
.font-size-large();
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -48,7 +48,8 @@
|
||||
padding-top: 4px;
|
||||
cursor: pointer;
|
||||
.font-size-large();
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -163,7 +163,8 @@
|
||||
padding-top: 4px;
|
||||
cursor: pointer;
|
||||
.font-size-large();
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -157,7 +157,8 @@
|
||||
padding-top: 4px;
|
||||
cursor: pointer;
|
||||
.font-size-large();
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user