Merge pull request #8982 from umbraco/v8/bugfix/8702-break-long-text-in-item-picker

Review: Break text in item-picker cards
This commit is contained in:
Warren Buckley
2020-09-30 10:33:36 +01:00
committed by GitHub

View File

@@ -159,6 +159,7 @@
justify-content: center;
flex-direction: column;
background-color: transparent;
word-break: break-word;
}
}