Skip to content

Commit

Permalink
chore: fix text cropping and add a scrollbar (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Mar 12, 2024
1 parent ff8be5e commit 5ef63b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Changed order of industry select options [#22](https://github.com/sovity/authority-portal/issues/22)
- Added notification when user clicks on copy button [#24](https://github.com/sovity/authority-portal/issues/24)
- Fix provisioning CaaS breaking dashboard [#27](https://github.com/sovity/authority-portal/issues/27)
- Fixed the text being cut off in the connector self-hosting instructions [#35](https://github.com/sovity/authority-portal/issues/35)

### Known issues

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 class="wizard-end-title">Finish setting up your connector!</h2>
</div>

<code
class="block text-left text-sm text-gray-500 whitespace-pre overflow-hidden text-ellipsis"
class="block text-left text-sm text-gray-500 whitespace-pre overflow-y-auto break-words p-3"
>{{ connectorConfig }}</code
>
</div>
Expand Down

0 comments on commit 5ef63b0

Please sign in to comment.