Skip to content

Commit f6026ce

Browse files
committed
Fix bestillingsvisning
1 parent 7ab12ff commit f6026ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dolly-frontend/src/main/js/src/components/bestilling/sammendrag/kriterier/Bestillingskriterier.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const _renderBestillingsDetaljer = (data) => {
1414

1515
return data.map((kategori, j) => {
1616
const bottomBorder = j != data.length - 1
17-
const cssClass = cn('flexbox--align-start info-text', {
17+
const cssClass = cn('flexbox--align-start flexbox--wrap', {
1818
'bottom-border': bottomBorder,
1919
})
2020
if (kategori.header) {

0 commit comments

Comments
 (0)