Update deployments tab styling for improved layout

- Added a full-width class to the `TabsContent` for deployments, enhancing the visual layout.
- Introduced a border and rounded corners to the deployment container for better aesthetics and user experience.
This commit is contained in:
Mauricio Siu
2025-05-04 19:31:18 -06:00
parent 7e9fccfcb0
commit 9cb5b9a7d0

View File

@@ -331,8 +331,8 @@ const Service = (
</div> </div>
</TabsContent> </TabsContent>
<TabsContent value="deployments"> <TabsContent value="deployments" className="w-full pt-2.5">
<div className="flex flex-col gap-4 pt-2.5"> <div className="flex flex-col gap-4 border rounded-lg">
<ShowDeployments <ShowDeployments
id={composeId} id={composeId}
type="compose" type="compose"