Fixes child terms height on recursive list.

This commit is contained in:
mateuswetah 2020-05-06 11:51:37 -03:00
parent 765b498e99
commit 8bd7756d5f
2 changed files with 2 additions and 4 deletions

View File

@ -148,8 +148,7 @@ export default {
// Term Item
.term-item {
padding: 0 0 0 1.75em;
min-height: 40px;
height: 3.125em;
min-height: 2.5em;
display: flex;
position: relative;
align-items: center;

View File

@ -327,8 +327,7 @@ export default {
// Term Item
.term-item {
padding: 0 0 0 1.75em;
min-height: 40px;
height: 3.125em;
min-height: 2.5em;
display: flex;
position: relative;
align-items: center;