Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grid-list): invalid style declaration during server-side rendering (
#10131) A while ago in #6052, we switched the grid list inline styles to be assigned through the dash-cased properties in order for them to be valid when using the old renderer with parse5. These changes go back to the camel-cased properties, because the dash-cased ones don't work with Domino. Relates to #6048.
- Loading branch information