Code review comment for lp:~bryce/launchpad/lp-586150-whiteboard-widening

Revision history for this message
Bryce Harrington (bryce) wrote :

I tried this bug it did not work:

.wide {
    max-width: 60em;
    margin: 1em 0;
    }

However if I change it to this, it does work:

.wide p {
    max-width: 60em;
    margin: 1em 0;
    }

I'm not sure where in Launchpad the package-requests table appears, so haven't been able to test how either of these CSS settings affect it. I've poked around the PPA pages where it looks like it should appear but can't seem to locate it, is there some trick to make that portlet show up?

« Back to merge proposal