diff --git a/clayui.com/content/docs/components/css-tables.md b/clayui.com/content/docs/components/css-tables.md index aa7c69eaeb..fd87982258 100644 --- a/clayui.com/content/docs/components/css-tables.md +++ b/clayui.com/content/docs/components/css-tables.md @@ -28,11 +28,11 @@ description: 'A table is a specific pattern for comparing datasets in a very dir
- Check the Lexicon Tables Pattern for a more in-depth look at the motivations and proper usage of this component. + Check the Lexicon Tables Pattern for a more in-depth look at the motivations and proper usage of this component.
- See the implementation of the Tables component in React following the Lexicon Tables Pattern. + See the implementation of the Tables component in React following the Lexicon Tables Pattern.
diff --git a/clayui.com/content/docs/components/forms/form.mdx b/clayui.com/content/docs/components/forms/form.mdx index 74d04bb2f9..6bcf9939f7 100644 --- a/clayui.com/content/docs/components/forms/form.mdx +++ b/clayui.com/content/docs/components/forms/form.mdx @@ -31,7 +31,7 @@ import {
Check the Lexicon{' '} - + Forms Pattern {' '} for a more in-depth look at the motivations and proper usage of this diff --git a/clayui.com/content/docs/components/list.mdx b/clayui.com/content/docs/components/list.mdx index a729ee3a2a..2fef334684 100644 --- a/clayui.com/content/docs/components/list.mdx +++ b/clayui.com/content/docs/components/list.mdx @@ -35,7 +35,7 @@ import {List, ListQuickActionsMenu} from '../../../src/components/clay/List';
Check the Lexicon{' '} - + Lists Pattern {' '} for a more in-depth look at the motivations and proper usage of this diff --git a/clayui.com/content/docs/components/navigation/css-application-bar.md b/clayui.com/content/docs/components/navigation/css-application-bar.md index ce6945b6a4..4787606d0f 100644 --- a/clayui.com/content/docs/components/navigation/css-application-bar.md +++ b/clayui.com/content/docs/components/navigation/css-application-bar.md @@ -13,7 +13,7 @@ description: 'This component is used as the main navigation of Liferay DXP.'
-
Check the Lexicon Application Bar Pattern for a more in-depth look at the motivations and proper usage of this component.
+
Check the Lexicon Application Bar Pattern for a more in-depth look at the motivations and proper usage of this component.
Bootstrap 4 doesn't support Dropdown Menu's with Popper.js positioning inside Navbars. They align them manually via CSS classes. See Dropdown Alignment.