Skip to content

Commit aa5ba06

Browse files
authored
fix: Consultation page company details formatting (#2173)
1 parent 30f7399 commit aa5ba06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/app/src/design-system/base/client/TileCompanyIndex.module.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
.list {
22
list-style: none;
33
text-align: left;
4+
display: flex;
5+
flex-wrap: wrap;
46
}
57

68
.list li {
7-
line-height: inherit;
8-
break-inside: avoid;
9-
page-break-inside: avoid;
9+
flex: 1 1 calc(50% - 1rem);
10+
display: flex;
11+
align-items: center;
1012
}
1113

12-
@media (min-width: 1024px) {
13-
.list {
14-
columns: 2 2rem;
15-
}
14+
.list li span {
15+
padding-left: 0.25rem;
1616
}
1717

1818
.numberOfEmployees {

0 commit comments

Comments
 (0)