Page MenuHomePhabricator

Columns don't fill up width of page in CopyPatrol
Closed, ResolvedPublic0.5 Estimated Story Points

Description

Bootstrap gives us a 12 column grid, but we're only using 11 of the columns, so we're left with extra whitespace on the right side of the page. We should add 1 to one of the divs, probably the diff div since its set to the smallest amount currently:
col-sm-3 page-div -> col-sm-3 page-div
col-sm-1 diff-div -> col-sm-2 diff-div
col-sm-2 report-div -> col-sm-2 report-div
col-sm-3 wikiproject-div -> col-sm-3 wikiproject-div
col-sm-2 status-div -> col-sm-2 status-div

Event Timeline

kaldari triaged this task as Medium priority.Jun 23 2016, 4:28 PM
kaldari moved this task from New & TBD Tickets to Needs Discussion on the Community-Tech board.
kaldari added a project: CopyPatrol.
kaldari set the point value for this task to 0.5.Jun 23 2016, 4:31 PM
kaldari moved this task from Needs Discussion to Up Next (June 3-21) on the Community-Tech board.
kaldari claimed this task.
kaldari edited projects, added Community-Tech-Sprint; removed Community-Tech.
kaldari moved this task from Ready to Q3 2018-19 on the Community-Tech-Sprint board.