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

View File

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