fixed invalid tailwind classes

This commit is contained in:
sara-pervana
2024-01-29 19:34:07 +01:00
committed by Sara Pervana
parent 04675f5e9e
commit 06c55f151b

View File

@@ -190,7 +190,14 @@ export default function Client() {
],
}}
/>
<div className="flex items-center flex-nowrap justify-between">
<div
style={{
display: "flex",
justifyContent: "space-between",
flexWrap: "nowrap",
alignItems: "center",
}}
>
<div style={{ width: consumeContent ? "55%" : "100%" }}>
<h4>Service Consumer View</h4>
<CustomTable