Want to raise this issue here before reporting a bug as it may be the old version of Firefox (v20.0) I am using on this machine that is causing the issue. When I click on the “activity” link in my profile I see:
The pale green rectangle indicates the limit of the typical page content i.e., <div class="content-wrapper">
and <div id="ContentFull">
which are set to 960px. The <table class="user-activity">
element is set to 100% and within this the three components are set to:
-
<td class="timestamp">
80px. -
<td class="action-type">
150px. -
<td class="description">
auto.
Given both the primary content containers have a fixed width, I am wondering if the “auto” setting on the description is not the cause (it may as well be a fixed width). In any case it would be good if others could confirm this behaviour under various OSs / browsers so I know it is not something at my end.