diff --git a/src/style/sheets/actor/character.scss b/src/style/sheets/actor/character.scss index af2eb9f4..377b027f 100644 --- a/src/style/sheets/actor/character.scss +++ b/src/style/sheets/actor/character.scss @@ -259,6 +259,10 @@ &:not(.collapsed):not(:first-child):not(:last-child) { border-bottom: 1px solid #302831; + height:auto; + min-height: 1.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; } &:not(.details) { @@ -368,6 +372,10 @@ .goal { &:not(:first-child):not(:last-child) { border-bottom: 1px solid #463a47 !important; + height: auto; + min-height: 1.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; } } } @@ -376,6 +384,10 @@ .connection { &:nth-child(even):not(:last-child) { border-bottom: 1px solid #463a47 !important; + height: auto; + min-height: 1.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; } } }