소스 검색

HUE-7505 [fb] The file properties in the file viewer are too close to the action menu

Enrico Berti 8 년 전
부모
커밋
8805a03a4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/display.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/display.mako

@@ -85,7 +85,7 @@ ${ fb_components.menubar() }
           <!-- /ko -->
 
            <!-- ko if: $root.file().stats -->
-           <li class="white">
+           <li class="white margin-top-20">
             <dl class="muted">
               <dt>${_('Last modified')}</dt>
               <dd data-bind="text: localeFormat($root.file().stats.mtime()*1000)"></dd>