Răsfoiți Sursa

digest todo

Shun Miyazawa 2 ani în urmă
părinte
comite
4c5a668953

+ 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;
       }
     }

+ 0 - 2
apps/app/src/components/TreeItem/SimpleItem.tsx

@@ -208,8 +208,6 @@ export const SimpleItem: FC<SimpleItemProps> = (props) => {
           )}
         </div>
 
-        {!hasDescendants && <span className="d-flex justify-content-center ms-5" />}
-
         <SimpleItemContent page={page} />
 
         {EndComponents.map((EndComponent, index) => (