Addressed issue #5427,Long words are being wrapped now

This commit is contained in:
Susmit Mukherjee 2022-10-23 22:14:18 +05:30
parent 589938a829
commit 917c20c7c7

View File

@ -55,6 +55,7 @@ export default {
padding: $space-base; padding: $space-base;
border-radius: $border-radius-x-large; border-radius: $border-radius-x-large;
overflow: hidden; overflow: hidden;
overflow-wrap: break-word;
background-color: $color-neutral-100; background-color: $color-neutral-100;
box-shadow: $box-shadow-base; box-shadow: $box-shadow-base;