Skip to content

Commit 5135ff2

Browse files
committed
🔧 MAINTAIN: minor fixes
1 parent 87200fd commit 5135ff2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Tabbed Content
664664
The ``tabbed`` directive generates tabbed selection panels.
665665

666666
Sequential directives will be grouped together, unless the ``:new-group`` option is added.
667-
You can set which tab woll be shown by default, using the ``:selected:`` option.
667+
You can set which tab will be shown by default, using the ``:selected:`` option.
668668

669669
Tab directives can contain any content, and you can also set CSS classes with ``:class-label:`` and ``:class-content:``:
670670

sphinx_panels/_css/panels/index--9266bb789d4a5c7e2eb6fdb4586b44a9.css renamed to sphinx_panels/_css/panels/index--0afa1ebdab0bb23b98b56d34c23d9f57.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx_panels/scss/panels/_tabs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
padding-top: px2rem(12px);
4242
width: 100%;
4343

44+
>:first-child {
45+
margin-top: 0 !important;
46+
}
47+
4448
>:last-child {
4549
margin-bottom: 0 !important;
4650
}

0 commit comments

Comments
 (0)