generated from Luis/nextjs-python-web-template
fixed invalid tailwind classes
This commit is contained in:
committed by
Sara Pervana
parent
04675f5e9e
commit
06c55f151b
@@ -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%" }}>
|
<div style={{ width: consumeContent ? "55%" : "100%" }}>
|
||||||
<h4>Service Consumer View</h4>
|
<h4>Service Consumer View</h4>
|
||||||
<CustomTable
|
<CustomTable
|
||||||
|
|||||||
Reference in New Issue
Block a user