nestiq-component-library 1.1.85 → 1.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -108,7 +108,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
return (
|
|
111
|
-
<div className="d-flex flex-row ">
|
|
111
|
+
<div className="d-flex flex-row card">
|
|
112
112
|
<div className="d-flex flex-column col-md-6 col-lg-12" onClick={props.onClick}>
|
|
113
113
|
<div
|
|
114
114
|
key={props.property.id}
|