Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use flex-start instead of start (#287)
### 🎯 Goal We use `flex-start` in the CSS codebase, these two were just a mistake I guess, but they're causing warning from autoprefixer ("autoprefixer: start value has mixed support, consider using flex-start instead") ### 🛠 Implementation details _Provide a description of the implementation_ ### 🎨 UI Changes _Add relevant screenshots_ Make sure to test with both Angular and React (with both `MessageList` and `VirtualizedMessageList` components) SDKs
- Loading branch information