mirror of
https://github.com/directus/directus.git
synced 2026-02-19 06:34:27 -05:00
Fix render template height in card subtitle (#14644)
This commit is contained in:
@@ -332,6 +332,10 @@ export default defineComponent({
|
||||
line-height: 1.3em;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
:deep(.render-template) {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
|
||||
Reference in New Issue
Block a user