We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a96a25 commit 273e174Copy full SHA for 273e174
2 files changed
contentcuration/contentcuration/frontend/settings/pages/Storage/RequestForm.vue
@@ -73,7 +73,9 @@
73
{{ translateConstant(item.license_name) }}
74
</template>
75
<template #description="{ item }">
76
- {{ translateConstant(`${item.license_name}_description`) }}
+ <p class="license-description">
77
+ {{ translateConstant(`${item.license_name}_description`) }}
78
+ </p>
79
<p
80
v-if="item.license_url"
81
class="mt-1"
@@ -517,4 +519,9 @@
517
519
margin-left: 0 !important;
518
520
}
521
522
+ .license-description {
523
+ margin-bottom: 8px;
524
+ line-height: 1.5;
525
+ }
526
+
527
</style>
contentcuration/contentcuration/frontend/shared/views/InfoModal.vue
@@ -68,12 +68,4 @@
68
</script>
69
70
71
-<style lang="scss" scoped>
72
-
- ::v-deep p {
- font-size: 12pt;
- line-height: normal;
- color: var(--v-grey-darken3);
- }
-</style>
+<style lang="scss" scoped></style>
0 commit comments