-
Notifications
You must be signed in to change notification settings - Fork 14
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
Applying Grid Settings Creates Boundaries within Cards #81
Comments
Worth noting that refreshing the browser window (shift + refresh), seems to correct things. |
Seems that the inner text box is being resized but not the main box itself. Haven't come across that issue myself. When I get time on this I plan on switching to <div>'s with contenteditable="true" instead. |
From the images it looks like this happened only in the case where your card got bigger? |
Yep. Having set the grid to Large, if I then change the grid size to Small or Medium nothing seems to happen. |
This will probably be fixed by #80 |
After creating a board with various sized cards (first screenshot), I applied the Large grid settings to the board...
For some reason (not sure if this is chrome specific), I'm finding that on some cards, there is a sort of boundary applied, which causes text within the cards to be wrapped inside this 'boundary' (as if the card were much smaller). Hoping the second screenshot helps show what I mean...
The text was updated successfully, but these errors were encountered: