diff --git a/src/components/list/list.vue b/src/components/list/list.vue index ef66e051..c93eaa72 100644 --- a/src/components/list/list.vue +++ b/src/components/list/list.vue @@ -42,6 +42,7 @@ export default { @import '../../_variables.scss'; .list { + min-height: 1em; &-item:not(:last-child) { border-bottom: 1px solid; border-bottom-color: $fallback--border; diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 9e009fd3..194e3766 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -28,4 +28,7 @@ } } } + .timeline { + min-height: 1em; + } }