I see.
Go to form/board.php
Find line:
<a href="<?php echo frm_topic_url($topic); ?>"><?php echo osc_highlight($topic['s_title'], 30); ?></a>
Replace with:
<a href="<?php echo frm_topic_url($topic); ?>"><?php echo osc_highlight($topic['s_title'], 90); ?></a>