Răsfoiți Sursa

adjust styles

Yuki Takei 4 ani în urmă
părinte
comite
b702d11b73
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/app/src/components/IdenticalPathPage.tsx

+ 1 - 1
packages/app/src/components/IdenticalPathPage.tsx

@@ -81,7 +81,7 @@ const IdenticalPathPage:FC<IdenticalPathPageProps> = (props: IdenticalPathPagePr
         <IdenticalPathAlert path={currentPath} />
         <IdenticalPathAlert path={currentPath} />
 
 
         <div className="page-list">
         <div className="page-list">
-          <ul className="page-list-ul list-group-flush border px-3">
+          <ul className="page-list-ul list-group-flush">
             {pageDataList.map((data) => {
             {pageDataList.map((data) => {
               const pageId = data.pageData._id;
               const pageId = data.pageData._id;
               const pageInfo = (idToPageInfoMap ?? {})[pageId];
               const pageInfo = (idToPageInfoMap ?? {})[pageId];