Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
b7af82592e
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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-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;
       }
     }