Skip to content

Commit 6bddbbc

Browse files
Width fix
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 2b1352a commit 6bddbbc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/contributing/contributing-to-docs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,15 +504,15 @@ Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a bas
504504
{{< tabpane >}}
505505
506506
{{< tab name="Example Tab 1" >}}
507-
```
507+
508508
This is the content inside Example Tab 1.
509-
```
509+
510510
{{< /tab >}}
511511
512512
{{< tab name="Example Tab 2" >}}
513-
```
513+
514514
This is the content inside Example Tab 2.
515-
```
515+
516516
{{< /tab >}}
517517
518518
{{< /tabpane >}}

0 commit comments

Comments
 (0)