Merge pull request #1550 from ONLYOFFICE/fix/fix-bugs

[DE] Fix bug 55350
This commit is contained in:
Julia Radzhabova 2022-02-10 18:26:38 +03:00 committed by GitHub
commit aaeb854bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,4 +83,11 @@
transform: rotate(270deg);
}
}
}
.safari {
.treeview .name::before {
content: '';
display: block;
}
}