blackbaud / skyux2-docs

Documentation for SKY UX Components
4 stars 32 forks source link

Documentation for flyout default width is incorrect #956

Closed blackbaud-GavinNicol closed 4 years ago

blackbaud-GavinNicol commented 4 years ago

Expected behavior

Documentation for flyout default width should be half the screen size.

Actual behavior

Documentation shows that flyout default width is 500px.

The code located here shows that the default width if none is provided is actually half the window size. https://github.com/blackbaud/skyux-flyout/blob/master/src/app/public/modules/flyout/flyout.component.ts

Steps to reproduce

Severity

Impact

blackbaud-johnly commented 4 years ago

Addressed in https://github.com/blackbaud/skyux2-docs/pull/957.