Просмотр исходного кода

Merge pull request #8427 from weseek/fix/139421-page-tree-indentation-of-the-bottom-page

fix: Page tree indentation of the bottom page
Yuki Takei 2 лет назад
Родитель
Сommit
b7af82592e
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      apps/app/src/components/ItemsTree/ItemsTree.module.scss

+ 1 - 3
apps/app/src/components/ItemsTree/ItemsTree.module.scss

@@ -65,9 +65,7 @@ $grw-pagetree-item-container-height: 40px;
 
 
     .grw-pagetree-item-container {
     .grw-pagetree-item-container {
       .grw-triangle-container {
       .grw-triangle-container {
-        // TODO: ignore width frickering
-        // https://redmine.weseek.co.jp/issues/130828
-        // min-width: 35px;
+        min-width: 35px;
         height: $grw-pagetree-item-container-height;
         height: $grw-pagetree-item-container-height;
       }
       }
     }
     }