APEX 4.1 on Oracle 11.2 using Templates 17 and 21.
The problem: Menu title, based on Navigation Region of theme 17, is truncated. "Oracle Monitoring Menu" displays as "Oracle Monitoring".
For names not quite so long, I have had success adding
style="width:200px;"
to the region attributes for the region containing the menu. I get all of "Oracle Monitoring Menu" displayed. See: http://apex.oracle.com/pls/apex/f?p=31632:1 Dever / Ima9Dever
Okay that worked. But consider "Long-named Monitoring Menu" which displays as "Long-named Monitoring". This name is longer than 200px.
But when I try
style="width:220px;"
then blue and gray rectangles (of length 20px?) appear outside menu area but the menu gets no wider.
See: http://apex.oracle.com/pls/apex/f?p=31632:2
???? Anyone got a nice declarative solution which works for these longer names. [I can likely get them to wrap but that's not the solution I'm looking for.]
*****************************
Howard