Skip to content

Commit

Permalink
Remove min-height and description from Property component for improve…
Browse files Browse the repository at this point in the history
…d layout flexibility
  • Loading branch information
aelassas committed Jan 3, 2025
1 parent c3f0508 commit 83dcfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/assets/css/property-component.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ article.property {
color: #333;
font-size: 12px;
margin-bottom: 10px;
min-height: 430px;
/* min-height: 430px; */
max-width: 800px;
width: 100%;
padding: 5px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Property.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Property = ({
property={property}
className="property-info"
language={language}
description
// description
/>
</div>

Expand Down

0 comments on commit 83dcfef

Please sign in to comment.