Closed
Bug 962905
Opened 11 years ago
Closed 11 years ago
Whistle Pig margin text overflows bounding box
Categories
(Infrastructure & Operations :: Infrastructure: Tools, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Assigned: espressive)
Details
The text on whistle pig (<section class="period-data) overflows its bounding box. The jquery plugin sets width:100% on .readmore-js-*, which doesn't account for padding and causes text to overflow by 20 some pixels.
The contents need to be wrapped in an inner div and padding transferred from .period-data to .inner-period-data or whatever the class is set to for the inner div.
Assignee | ||
Comment 1•11 years ago
|
||
Where is this Pig running these days? I have not seen it after it was deployed and used with actual data.
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Ed Lim [:limed] from comment #2)
> https://status.mozilla.org/en-US/
Thanks Ed, where does the code for this live now? Still on Github? It seems the repo that was pulled up into mozilla has been removed though.
This is a really quick fix, so, just need to know where the soucre lives.
Comment 4•11 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #3)
> (In reply to Ed Lim [:limed] from comment #2)
> > https://status.mozilla.org/en-US/
>
> Thanks Ed, where does the code for this live now? Still on Github? It seems
> the repo that was pulled up into mozilla has been removed though.
>
> This is a really quick fix, so, just need to know where the soucre lives.
https://github.com/rtucker-mozilla/WhistlePig
Assignee | ||
Updated•11 years ago
|
Assignee: infra → schalk.neethling.bugs
Assignee | ||
Comment 5•11 years ago
|
||
Pull request sent: https://github.com/rtucker-mozilla/WhistlePig/pull/46
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
Looks perfect, thanks again!
You need to log in
before you can comment on or make changes to this bug.
Description
•