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
Unknown Object (File)
Tue, Nov 19, 8:26 PM
Unknown Object (File)
Sat, Nov 16, 12:54 AM
Unknown Object (File)
Tue, Nov 12, 4:17 AM
Unknown Object (File)
Mon, Nov 11, 12:23 AM
Unknown Object (File)
Fri, Nov 8, 1:18 PM
Unknown Object (File)
Mon, Nov 4, 9:56 PM
Unknown Object (File)
Thu, Oct 31, 5:16 AM
Unknown Object (File)
Fri, Oct 25, 6:32 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.