nestiq-component-library 1.1.125 → 1.1.127

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.
@@ -155,12 +155,7 @@ export default function PropertyCard(props: PopupProps) {
155
155
  </div>
156
156
  </div>
157
157
  </div>
158
- <div
159
- className={
160
-
161
- "listing-compact d-flex flex-column col-6"
162
- }
163
- >
158
+ <div className={"listing-compact d-flex flex-column col-6"}>
164
159
  <div className="d-flex flex-row justify-content-between gap-2">
165
160
  <span
166
161
  className="propertyTitle align-items-start "
@@ -285,9 +280,10 @@ export default function PropertyCard(props: PopupProps) {
285
280
  <img src={immooly} alt="Logo" className="immooly" />
286
281
  </div>
287
282
  <div className="d-flex flex-column flex-lg-row justify-content-between">
288
- <span className="d-flex col-5">
289
- Herr Florian Gauss Immogart UGh
290
- </span>
283
+ <div className="d-flex flex-column col-5">
284
+ <span className="d-flex col-5">Herr Florian Gauss</span>
285
+ <span>Immogart UGh</span>
286
+ </div>
291
287
  <button
292
288
  className="kontactbutton text-light "
293
289
  onClick={handleMessagPopUp}
@@ -4,6 +4,7 @@
4
4
 
5
5
  .secondList {
6
6
  height: 20%;
7
+ max-height: 122px;
7
8
  }
8
9
 
9
10
  .listImageButton {