Feng Forum

Support => Feng Office 1 => Older versions => 1.2 => : travtele615 February 22, 2009, 03:10:53 PM

: CSS issue: Workspace descriptions
: travtele615 February 22, 2009, 03:10:53 PM
Using a long description text for a Workspace and displaying it causes the description text to end up behind "View as List" link in Firefox 3.0.6

Adding CSS on the "span" class .description of "padding-right:110px" (see below) seems to fix it that issue. (didn't check in any other browsers..)

.dashWorkspace .description {Dashboard.css (line 15)
padding-right:110px;
}

Travis

: Re: CSS issue: Workspace descriptions
: ignacio February 23, 2009, 09:08:28 PM
Thanks for the suggestion! We'll check it.
: Re: CSS issue: Workspace descriptions
: carlos February 23, 2009, 09:26:16 PM
Thanks for your suggestion travtele615.

We have changed the workspace description location to be in a separate dashboard widget which will show information about the workspace, such as creation dates, users in that workspace and the workspace description.

I believe this change will be available in version 1.3, however in the meantime we could add this fix to version 1.2.1. Thanks for the report!