function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
afoxmicroedgeafoxmicroedge 

Customize Textbox Appearance on Flow Screen

http://www.salesforce.com/us/developer/docs/pages/Content/pages_flows_customize_runtime_ui.htm

 

I have seen this resource on customizing Flow's user interface but was wondering if there was a way to change properties of the textbox element to make it appear longer on the screen. 

RajaramRajaram

You need to embed the flow in a VF page and use CSS to change the box properties.

afoxmicroedgeafoxmicroedge

If I don't want to create all the styles from scratch is there a way to access the default SF CSS file and tweak a few things? In this case changing the .FlowText property.