In a Classical Report (as opposed to a Interactive report) do the the following:
. Under the "Report Attributes"
. Click the edit icon in front of the column you want to set the width of,
. Under Column formatting you will find a text item with the name CSS Style.
There you enter
display:block;width:250px;
(or any other width you need, ofcourse)