Merge pull request #2714 from ONLYOFFICE/fix/Bug-65240

Bug 65240
This commit is contained in:
Maxim Kadushkin
2023-11-30 11:26:49 +03:00
committed by GitHub
4 changed files with 7 additions and 3 deletions

View File

@ -405,7 +405,8 @@
.item {
border: none;
width: calc(100% - 4px);
.margin-left-4;
width: 100%;
.box-shadow(none);
}

View File

@ -422,6 +422,7 @@
.item {
border: none;
.margin-left-4;
width: 100%;
.box-shadow(none);
}

View File

@ -396,7 +396,8 @@
.item {
border: none;
width: calc(100% - 4px);
.margin-left-4;
width: 100%;
.box-shadow(none);
}

View File

@ -488,7 +488,8 @@
.item {
border: none;
width: calc(100% - 4px);
.margin-left-4;
width: 100%;
.box-shadow(none);
}