Skip to content

Commit 692f3e8

Browse files
committed
docs: fix issue in links.md
1 parent 8e2267c commit 692f3e8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

scss/_links.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
font-weight: $link-font-weight;
3030
color: var(--#{$prefix}link-color-rgb);
3131
text-decoration: $link-decoration;// OUDS mod
32+
text-wrap: pretty;
3233

3334
&:hover {
3435
--#{$prefix}link-color-rgb: #{$ouds-link-color-content-hover};

site/content/docs/0.0/components/links.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,12 @@ Take a regular `<a>` element, add `.icon-link`, and insert an icon on either the
5959
{{< bootstrap-compatibility >}}
6060
Add `.icon-link-hover` to move the icon to the right on hover.
6161

62-
<details>
63-
<summary>See Bootstrap examples that are incompatible with Orange Design System.</summary>
64-
<br>
65-
{{< design-callout-alert >}}
66-
This helper should be used carefully because the rendering provided in the following examples does not respect the Orange Design System specifications. But still, this helper could help in some cases to build specific ues cases or other reusable components.
67-
{{< /design-callout-alert >}}
68-
6962
{{< example >}}
7063
<a class="icon-link icon-link-hover" href="#">
7164
Icon link
7265
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
7366
</a>
7467
{{< /example >}}
75-
</details>
7668
{{< /bootstrap-compatibility >}}
7769

7870
### Component tokens

0 commit comments

Comments
 (0)