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
F19701467: D7496.id16900.diff
Tue, Feb 10, 10:35 PM
F19618766: D7496.id16900.diff
Feb 4 2026, 9:12 AM
F19537940: D7496.id16899.diff
Jan 21 2026, 2:22 PM
F18793090: D7496.id.diff
Oct 16 2025, 8:43 PM
F18789234: D7496.diff
Oct 15 2025, 8:40 AM
F18784711: D7496.id16900.diff
Oct 13 2025, 2:49 PM
F18671382: D7496.id16900.diff
Sep 25 2025, 3:41 AM
F18624917: D7496.id.diff
Sep 15 2025, 9:25 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.