Hi Haki Saki,
Do you mean the width for the module is too narrow, breaking up the names?
If yes, it seems the issue is caused by one of the css from your template(
http://take.ms/XDdlf).
Perhaps you can perform a custom css override for that css class?
#s5_left_inset_wrap .module_round_box_outer {
margin-right: 0 !important;
}
EDIT: Edited css codes.