Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




fix width of left hand pane on issue display

usage
web-app

Hi

When displaying an item in the issue view, on the left hand side is a section that displays information such as type, priority,severity etc. When the browswer is expanded to full size, this pane in the window also expands, taking up too much space. Is there any way to limit this ?

I had attached a picture hopefully describing this.

best regards Simon

gemini.jpg ]
User47501
· 1
User47501
Replies (3)
helpful
0
not helpful

Yes, you can change issue/viewissue.aspx to reduce the width of the TD.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Perfect worked like a dream. Changed

  <td valign="top" align="left" width="25%">

to be

thanks again for the excellent support


User47501
· 1
User47501
helpful
0
not helpful
ANSWER

(sorry the last post was incomplete)

Perfect worked like a dream. Changed

 <td valign="top" align="left" width="25%">

to be

  <td valign="top" align="left" width="75">

thanks again for the excellent support


User47501
· 1
User47501