Page MenuHomePhabricator

Fix a bit of the CSS on workboards
ClosedPublic

Authored by chad on Nov 4 2013, 11:42 PM.
Tags
None
Referenced Files
F13267319: D7496.diff
Wed, May 29, 3:09 AM
F13266874: D7496.id.diff
Tue, May 28, 9:00 PM
F13252807: D7496.diff
Sat, May 25, 2:05 AM
F13231177: D7496.diff
Tue, May 21, 12:15 AM
F13210377: D7496.diff
Fri, May 17, 4:46 AM
F13194133: D7496.diff
Sun, May 12, 9:20 PM
F13178970: D7496.diff
Wed, May 8, 8:50 PM
Unknown Object (File)
Sat, May 4, 6:16 PM

Details

Reviewers
epriestley
btrahan
Commits
Restricted Diffusion Commit
rPb3f36a94a1e2: Fix a bit of the CSS on workboards
Summary

Fixes the width and some other minor issues.

Test Plan

Tested Mobile and Desktop

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Is this going to work in the general case where we have more than 7 columns?

I have to hard-code a width to make these overflows work, so we can't right now have infinite boards. There probably is a way to do with JS, maybe, but we should probably just set a hard limit to 7 for now.