mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Fix overflowing multiline accordian text
This commit is contained in:
parent
4142b6ae6c
commit
9dc40c3b68
@ -318,7 +318,9 @@ a
|
|||||||
.el-collapse-item__header
|
.el-collapse-item__header
|
||||||
background-color transparent !important
|
background-color transparent !important
|
||||||
border-bottom 1px solid $borderColor
|
border-bottom 1px solid $borderColor
|
||||||
padding-left 10px
|
height auto !important
|
||||||
|
line-height 1.25 !important
|
||||||
|
padding 1em
|
||||||
&.is-active
|
&.is-active
|
||||||
color $elementAccentColor
|
color $elementAccentColor
|
||||||
&:not(.is-active):hover
|
&:not(.is-active):hover
|
||||||
|
Loading…
Reference in New Issue
Block a user