mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Addressed issue #5427,Long words are being wrapped now
This commit is contained in:
parent
589938a829
commit
917c20c7c7
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user