<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>19394</bug_id>
          
          <creation_ts>2012-10-09 16:12:37 +0000</creation_ts>
          <short_desc>WIKI Reference pages Index tables overflow the page wrapper.</short_desc>
          <delta_ts>2012-10-31 20:53:18 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>webplatform.org</product>
          <component>skin</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jaredhall05</reporter>
          <assigned_to name="Doug Schepers">schepers</assigned_to>
          <cc>ggurgone</cc>
    
    <cc>jonathan</cc>
          
          <qa_contact name="public-webplatform-bugs list">public-webplatform-bugs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>75703</commentid>
    <comment_count>0</comment_count>
    <who name="">jaredhall05</who>
    <bug_when>2012-10-09 16:12:37 +0000</bug_when>
    <thetext>Index tables on the WIKI reference pages overflow the mw-content-text wrapper div.

This can be fixed by adding the following CSS:

For the table:
{
  table-layout: fixed;
}

For every td
{
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
}

and add a title to the anchor tag under each td so that a mouseover will display the full text in a tooltip.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76300</commentid>
    <comment_count>1</comment_count>
    <who name="">ggurgone</who>
    <bug_when>2012-10-15 12:58:14 +0000</bug_when>
    <thetext>table {
    width: auto; /* or remove that width: 98% */    
    table-layout: fixed;
    word-break: break-word;
}

would be a better fix :)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>