Merge pull request #801 from ONLYOFFICE/fix/bugfix

Fix/bugfix
This commit is contained in:
Julia Radzhabova 2021-04-09 15:24:59 +03:00 committed by GitHub
commit d737f1fb18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -150,7 +150,9 @@
}
.slidenum-div {
background-color: @body-bg;
background-color: @background-normal-ie;
background-color: @background-normal;
color: @text-normal-ie;
color: @text-normal;
padding: 5px 12px;
border: 1px solid rgba(0, 0, 0, 0.15);

View file

@ -38,6 +38,7 @@
text-align: center;
text-overflow: ellipsis;
white-space: normal;
line-height: 14px;
}
& > div:first-child {