diff --git a/en/components/dialog.md b/en/components/dialog.md
index f6e4039f48..e7a4a03367 100644
--- a/en/components/dialog.md
+++ b/en/components/dialog.md
@@ -53,7 +53,7 @@ To add alert, in the template of our email component we can add the following co
```
-
+
@@ -78,7 +78,7 @@ To add standard dialog, in the template of our file manager component we can add
```
-
+
@@ -119,7 +119,7 @@ Also we can add two groups of label and input decorated with the [**igxLabel**](
```
-
+
diff --git a/en/components/overlay_main.md b/en/components/overlay_main.md
index 69d5130878..9b31da32d2 100644
--- a/en/components/overlay_main.md
+++ b/en/components/overlay_main.md
@@ -211,7 +211,7 @@ export class MyOverlayComponent {
Using the [`overlaySettings`]({environment:angularApiUrl}/interfaces/overlaysettings.html) parameter of the [`attach()`] ({environment:angularApiUrl}/classes/igxoverlayservice.html#attach) method, we can change how the content is shown - e.g. where the content is positioned, how the scroll should behave, is the container modal or not
-
+
diff --git a/en/components/ripple.md b/en/components/ripple.md
index 9f988307ad..c84b0c14c3 100644
--- a/en/components/ripple.md
+++ b/en/components/ripple.md
@@ -50,8 +50,8 @@ Use [`igxRipple`]({environment:angularApiUrl}/classes/igxrippledirective.html) t
```
-
+
#### Custom Color
@@ -61,8 +61,8 @@ You can set the ripple color using [`igxRipple`]({environment:angularApiUrl}/cla
```
-
+
#### Centered Ripple Effect
The ripple effect starts from the position of the click event. You can change this behavior using [`igxRippleCentered`]({environment:angularApiUrl}/classes/igxrippledirective.html#centered) and setting the center of the element as origin.
@@ -71,8 +71,8 @@ The ripple effect starts from the position of the click event. You can change th
```
-
+
#### Ripple Target
Use [`igxRippleTarget`]({environment:angularApiUrl}/classes/igxrippledirective.html#rippletarget) to attach a ripple effect to a specific element inside a parent element.
@@ -87,8 +87,8 @@ Use [`igxRippleTarget`]({environment:angularApiUrl}/classes/igxrippledirective.h
```
Notice that if you click on the parent or the child divs the ripple effect will only appear inside the child div. The child div position has to be set to **relative**.
-
+
#### Ripple Duration
Use [`igxRippleDuration`]({environment:angularApiUrl}/classes/igxrippledirective.html#rippleduration) to change the duration of the ripple animation. The default is 600 miliseconds. In this sample the [`igxRippleDuration`]({environment:angularApiUrl}/classes/igxrippledirective.html#rippleduration) is set to 2000 miliseconds.
@@ -99,8 +99,8 @@ Use [`igxRippleDuration`]({environment:angularApiUrl}/classes/igxrippledirective
```
-
+
> [!NOTE]
> Use a relatively positioned element for the ripple animation. You can also use [`igxRippleTarget`]({environment:angularApiUrl}/classes/igxrippledirective.html#rippletarget) to target a child element.
diff --git a/en/components/slider.md b/en/components/slider.md
index 2440a5a155..1d7d7451cc 100644
--- a/en/components/slider.md
+++ b/en/components/slider.md
@@ -60,7 +60,7 @@ public volume = 20;
If the sample is configured properly, dragging the slider thumb should update the label below and the slider value should be limited between the specified minimum and maximum values:
-
+
@@ -109,7 +109,7 @@ class Task {
If the sample is configured properly, dragging the slider thumb should update the input value and modifying the input value should update the slider value.
-
+
@@ -143,7 +143,7 @@ class PriceRange {
```
-
+
@@ -158,7 +158,7 @@ In some cases, values near to the minimum and maximum are not appropriate. You c
```
-
+
@@ -206,7 +206,7 @@ public updatePriceRange(event) {
If the sample is configured properly, the final result should look like that:
-
+
diff --git a/en/components/toggle.md b/en/components/toggle.md
index 27460f6e2e..1e1370ac92 100644
--- a/en/components/toggle.md
+++ b/en/components/toggle.md
@@ -77,7 +77,7 @@ export class Class {
If all went well, you should see the following in your browser: