Fix render template height in card subtitle (#14644)

This commit is contained in:
Rijk van Zanten
2022-07-25 17:15:55 -04:00
committed by GitHub
parent 88c5edf7a3
commit d5813bea23

View File

@@ -332,6 +332,10 @@ export default defineComponent({
line-height: 1.3em;
white-space: nowrap;
text-overflow: ellipsis;
:deep(.render-template) {
height: 100%;
}
}
.subtitle {