Skip to content

Commit 9187306

Browse files
committed
more Details formating
Signed-off-by: Atif Ali <[email protected]>
1 parent 3074a59 commit 9187306

File tree

6 files changed

+15
-0
lines changed

6 files changed

+15
-0
lines changed

src/gitops/components/appset/AppsTab.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
flex-direction: column;
55
}
66
}
7+
8+

src/gitops/components/appset/EventsTab.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
gap: 12px;
66
}
77
}
8+
9+
10+

src/gitops/components/appset/Generators.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ const Generators: React.FC<GeneratorsProps> = ({ generators }) => {
4747
};
4848

4949
export default Generators;
50+
51+

src/gitops/components/appset/GeneratorsTab.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
gap: 16px;
66
}
77
}
8+
9+

src/gitops/components/appset/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ Each component has its own SCSS file for styling:
8787
3. **Maintainability**: Easier to maintain and debug individual components
8888
4. **Consistency**: Follows the same pattern as gitops-admin-plugin
8989
5. **Scalability**: Easy to add new generator types or modify existing ones
90+
91+
92+

src/gitops/components/appset/generators/Generators.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@
5353
word-break: break-all;
5454
}
5555
}
56+
57+
58+

0 commit comments

Comments
 (0)