set af:outputText height
740233Apr 6 2010 — edited Mar 11 2011I'm trying to set height of af:outputText with inlineStyle="height:20px" but it doesn't react at all!
I tried doing this in my .css file, no change again. In the css file, setting
.AFFieldText{
height:20px
}
changes every inputText, LOV, DateFields to that height, but the outputTexts stay the same..
Please help! I just want all my input components to be the same height..is it that hard?