From 02a7a23a90134db67807332941753ca7804afe1e Mon Sep 17 00:00:00 2001 From: victorvalle Date: Thu, 13 Feb 2020 09:49:42 +0100 Subject: [PATCH] fix(clayui.com): lexicon urls fix due to small Lexicon site restructure --- clayui.com/content/docs/components/css-tables.md | 4 ++-- clayui.com/content/docs/components/forms/form.mdx | 2 +- clayui.com/content/docs/components/list.mdx | 2 +- .../content/docs/components/navigation/css-application-bar.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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.