How can I prevent DataGrid column to expand when the content is too large ?

How can I prevent DataGrid column to expand when the content is too large ? The content is just a word. When the word is too long, my column is getting too large, I cannot clip it to it's original size. Even if I use the style overflow:hidden

Loader.
Up arrow icon