Closed sbishel closed 3 years ago
Summary: The Calendar modal is pushed to the right of the card view.
Steps to reproduce the behavior:
Expected behavior: The date property should probably be displayed under the date text, not over to the right
Screenshots:
Additional context: Appears to have been caused by this PR, which added the display: flex to the DateRange class. https://github.com/mattermost/focalboard/pull/1008
display: flex
Hey Asaad. Assigning to you as you just introduced the flex property. I was going to remove it, but it wasn't clear the issue you were solving by adding it.
Summary: The Calendar modal is pushed to the right of the card view.
Steps to reproduce the behavior:
Expected behavior: The date property should probably be displayed under the date text, not over to the right
Screenshots:
Additional context: Appears to have been caused by this PR, which added the
display: flex
to the DateRange class. https://github.com/mattermost/focalboard/pull/1008