Skip to content

Commit

Permalink
Change gaps and fixed height for test elements on CompanyCard
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy committed Dec 2, 2024
1 parent 2b28e70 commit dc2b3f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions FrontEnd/src/components/CompanyCard/CompanyCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
flex-direction: column;
align-items: flex-start;
box-sizing: border-box;
gap: 16px;
gap: 12px;
padding: 16px;
border-radius: 0 0 12px 12px;
}
Expand All @@ -68,7 +68,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
gap: 12px;
}

.company-card__category-text {
Expand All @@ -81,7 +81,7 @@
line-height: 120%;
text-align: left;
max-width: 262px;
height: 35px;
height: 32px;
}

.company-card__name-text {
Expand All @@ -94,6 +94,7 @@
text-transform: uppercase;
text-align: left;
overflow: hidden;
height: 44px;
}

.company-card__region-text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.new-companies-link-to-all {
position: absolute;
right: 41px;
top: 6px
top: 7px
}

.new-companies-link-to-all a {
Expand Down

0 comments on commit dc2b3f6

Please sign in to comment.