Код: Выделить всё
.field-label {
font-weight: bold;
font-size: 1.2rem;
color: red;
}
.field-value {
font-size: 1.2rem;
}
.card-content-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
justify-content: space-between;
gap: 20px;
}
.field {
word-break: break-word;
}< /code>
Field
Value 1
Field 2 Long Label Long Label Long Label
Value ABSAHUASHIUS
Field 3
Test Str Test Str Test Str Test Str
Field 4
XYZ
Field 5
ASDASSFDSFSDFSDFSDFSDFSD
Field 6
asas asdasd asdasd
Field 7 abcde fghijk lmnopq sfsofs sfsdfdsfs sfsfsfsff
a
Field 8
---
Field 9
Long String Long String
Field 10
X
Field 11
Xsdfsfsdfsdfsf
Подробнее здесь: https://stackoverflow.com/questions/796 ... ithout-ref
Мобильная версия