FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 449 : Some network links on the exhibition page go outside the main page block.
Last modified: 2006-11-18 02:22
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
neko
Assigned To:
REAS
Attachment
Type
Created
Size
Actions
Description
: Opened: 2006-11-17 18:49
If a user creates a word which is too long to fit inside the designated
network links area, it will overflow the main content area.
I propose adding this to the stylesheet:
dl.network dd, dl.network dt
{
overflow: hidden;
}
Additional Comment
#1 From fjen 2006-11-18 02:21
thanks, fixed.