https://bugzilla.wikimedia.org/show_bug.cgi?id=23185

fastgoldf...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fastgoldf...@gmail.com

--- Comment #1 from fastgoldf...@gmail.com 2011-12-03 21:54:08 UTC ---
I ran into this problem with properties of type URL. Long URLs are routine. I
solved the issue with this bit of CSS in my MediaWiki:Common.css:

/* Ensures long URLs in the SMW factbox don't ruin page layout */
.smwprops { word-wrap:break-word; }

the smwprops class should probably have that CSS added to it in SMW core. That
will probably solve the problem except maybe in unusual cases where the
properties themselves contain markup that interferes with that CSS. I'm not
sure how to handle that, but for now, my "patch" above should solve the problem
in most cases.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to