You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context
When I create tabs containing in-line raw text (using double ticks as example) or :guilabel:label on the title.
expectation
I expected the tabs to have no border at the bottom, consistent with other cases.
bug
But instead the other tabs get an extra line at the bottom when they are selected (see attached image).
Here's the code I used to create
Reproduce the bug
Here is an example code that I used to create the attached images.
.. tabs::
.. tab:: ``tab1``
test test test test test test test test
.. tab:: Tab2
test test test test test test test test
.. tabs::
.. tab:: ``tab1``
test test test test test test test test
.. tab:: Tab2
test test test test test test test test
.. tabs::
.. tab:: Tab1
test test test test test test test test
.. tab:: :guilabel:`Tab2`
test test test test test test test test
.. tabs::
.. tab:: Tab1
test test test test test test test test
.. tab:: :guilabel:`Tab2`
test test test test test test test test
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
context
When I create tabs containing in-line raw text (using double ticks as
example
) or :guilabel:label
on the title.expectation
I expected the tabs to have no border at the bottom, consistent with other cases.
bug
But instead the other tabs get an extra line at the bottom when they are selected (see attached image).
Here's the code I used to create
Reproduce the bug
Here is an example code that I used to create the attached images.
List your environment
I'm on MacOS 12.2.1, python 3.9.5 and:
But I have also tested
sphinx-tabs 3.3.0
.The text was updated successfully, but these errors were encountered: