-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/minor doc fixes #863
Conversation
- Do not include action on toasts/snackbars for dismiss - Use 'Ok' on alert rather than "Dismiss" - Use single word actions if possible - Duplicated in HTML and TS because of example with code sample
- Add whitespace
- add some padding on dynamic buttons so they don't get cut off in the demo.
- reduce margin on all td-paging-bar elements to prevent wrapping in demos
@@ -0,0 +1,4 @@ | |||
/* Set margin on all elements in td-paging-bar to 5px to prevent wrapping in examples */ | |||
.td-paging-bar * { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm i'm concerned with using custom scss in docs, it will potentially mislead users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjusted to breakpoints and link count instead of padding/margin.
- Avoid custom CSS - Adjust breakpoinsts and links shown instead
BTW, this closes #844. Thanks @jennmedellin |
LGTM |
- Minor chagne to breakpoints for Paging with Everything demo
Description
Fix minor margin, padding, and text issues in Covalent Docs examples.
What's included?
Test Steps
General Tests for Every PR
ng serve --aot
still works.npm run lint
passes.npm test
passes and code coverage is not lower.npm run build
still works.Design Patterns > Alerts examples
Components > Dynamic Forms > Dyamic Boolean Elements example
Components > Paging