Skip to content

Commit

Permalink
fix: wrap overflow text in field_content
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Jan 31, 2024
1 parent 5fabc93 commit f5c56a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Fields/Field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ export default defineNuxtComponent({
</template>

<style lang="scss" scoped>
.inline {
overflow-wrap: break-word;
}
.tw-prose {
max-width: none;
}
Expand Down

0 comments on commit f5c56a3

Please sign in to comment.