fix: Add a fix for minor UI / a11y issues (#4905)
This commit is contained in:
parent
dcbca173ac
commit
263b8240d3
13 changed files with 35 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
<h2 class="page-sub-title">
|
||||
{{ headerTitle }}
|
||||
</h2>
|
||||
<p v-if="headerContent" class="small-12 column">
|
||||
<p v-if="headerContent" class="small-12 column wrap-content">
|
||||
{{ headerContent }}
|
||||
</p>
|
||||
<slot />
|
||||
|
@ -29,3 +29,8 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.wrap-content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue