eladmarmor
Hi,
I checked in the template override of category but did not see the blog_item.php file there: /templates/t3_bs3_blank/html/com_content/category
I tried to use your above change at my side and it works normally.
Or you can use this one:
<?php echo JHtmlString::truncate(strip_tags($this->item->introtext), 150); ?>
This will affect the introtext display of article only, it doesn't relate to custom.css as you mentioned.
Kindly check again.