[fix] tabs mermaid syntax error (#536)
This commit is contained in:
parent
ab1f133d81
commit
277c4e5aef
|
@ -76,10 +76,13 @@
|
||||||
text-align: justify
|
text-align: justify
|
||||||
margin-top: .5rem
|
margin-top: .5rem
|
||||||
.tab-pane
|
.tab-pane
|
||||||
|
display: block
|
||||||
&:not(.active)
|
&:not(.active)
|
||||||
display: none
|
visibility: hidden
|
||||||
|
height: 0
|
||||||
&.active
|
&.active
|
||||||
display: block
|
visibility: visible
|
||||||
|
height: auto
|
||||||
.tab-content:has(.grid-box)
|
.tab-content:has(.grid-box)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue