Do this:
<style type="text/css">
.sqlDialogText {
display: block;
width: 1400px;
height: 900px;
overflow: auto;
}
</style>
<ice:outputText value="#{item.instructions}" escape="false"
styleClass="sqlDialogText"/>
Where item.instructions is the same variable you used in the inputRichText tag.