Why so dificult to word wrap a line in grid column?

I need to word wrap a line in a grid column, why is so dificult? why don`t have this feature that are so normal today

You can add CSS styles to a grid column with CSS selector

.add-selector-here {
  word-wrap: break-word;
}