b-b-a / bba-power

1 stars 0 forks source link

Contract Edit - label wrapping #221

Closed ghost closed 11 years ago

ghost commented 11 years ago

Some labels are wrapping on the Contract Edit window. It would seem that the overide (line 429) is no longer working.

contractForm p[id$=label] {

width: 250px;

I tried setting line 291 to width: 220px; - seems to work but could be upsetting something else.

shaunfreeman commented 11 years ago

Changing line 291 could change other things so I have updated line 429 with the correct changes now