Fixes child terms height on recursive list.
This commit is contained in:
parent
765b498e99
commit
8bd7756d5f
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue