Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sheet sizing issues #120

Open
darth-cheney opened this issue May 13, 2020 · 1 comment
Open

Sheet sizing issues #120

darth-cheney opened this issue May 13, 2020 · 1 comment
Labels
sheet Pertaining to sheet

Comments

@darth-cheney
Copy link
Contributor

There are currently a couple of issues with Sheet and sheet table cell sizing.

First, a sheet is not limited by the bounds of its parent, and is often extending (overflowing) in either direction. You can see this currently in all cells demo examples.

Second, individual td elements are adding a mysterious right margin that is not accounted for in styling, but only when:

  1. There is large text that has been "ellipsed" and overflow cutoff, and:
  2. There is not a selection happening

Oddly, when a selection happens, the td cells seem to "collapse" down to the correct size.

@darth-cheney darth-cheney added the sheet Pertaining to sheet label May 13, 2020
@darth-cheney
Copy link
Contributor Author

The two issues here have preliminarily been fixed in commits 2077347 and e523c95 respectively

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sheet Pertaining to sheet
Projects
None yet
Development

No branches or pull requests

1 participant