Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e538d2f

Browse files
mattcollierwesleycho
authored andcommitted
docs(collapse): fix typo
Closes #6398 Closes #6421
1 parent f5b357f commit e538d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collapse/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
### Known Issues
3636

37-
When using the `horizontal` attribute with this directive, keep in mind that due to how CSS can reflow as the collapse element goes from 0px to its desired end width, this cause result in issues with a changing height. This can cause animations to not appear to run. The best way around this is to set a fixed height via CSS on the horizontal collapse element so that this situation does not occur, and so the animation can run as expected.
37+
When using the `horizontal` attribute with this directive, CSS can reflow as the collapse element goes from `0px` to its desired end width, which can result in height changes. This can cause animations to not appear to run. The best way around this is to set a fixed height via CSS on the horizontal collapse element so that this situation does not occur, and so the animation can run as expected.

0 commit comments

Comments
 (0)