Steven 4 anni fa
parent
commit
3112d6b697
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -181,7 +181,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
 
   return (
     <>
-      <div style={opacityStyle} className="grw-pagetree-item d-flex align-items-center p-1">
+      <div style={opacityStyle} className="grw-pagetree-item d-flex align-items-center pr-1">
         <button
           type="button"
           className={`grw-pagetree-button btn ${buttonClass}`}