Skip to content

Commit

Permalink
make error message to fit container
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Jul 17, 2024
1 parent f8ae621 commit debf20d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/ContractTab/FunctionInterface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,15 @@ export default defineComponent({
</div>
</div>
</template>

<style>

.text-negative.output-container {
overflow-wrap: break-word;
word-break: break-all;
overflow: hidden;
white-space: pre-wrap;
}

</style>

0 comments on commit debf20d

Please sign in to comment.