diff --git a/services/web/public/stylesheets/app/editor/file-tree.less b/services/web/public/stylesheets/app/editor/file-tree.less index 5f63e7c1a4..b15c6f17a3 100644 --- a/services/web/public/stylesheets/app/editor/file-tree.less +++ b/services/web/public/stylesheets/app/editor/file-tree.less @@ -1,9 +1,8 @@ .fake-full-width-bg(@bg-color) { &::before { - content: ''; + content: '\00a0'; position: absolute; width: 100%; - height: 100%; right: 100%; background-color: @bg-color; }