Skip to content

Commit

Permalink
Set overflow-wrap to anywhere to prevent overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Oct 11, 2023
1 parent 64a324a commit ee6a1ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const esqlLanguagePlugin = () => {

export function MessageText({ loading, content, onActionClick }: Props) {
const containerClassName = css`
overflow-wrap: break-word;
overflow-wrap: anywhere;
`;

const onActionClickRef = useRef(onActionClick);
Expand Down

0 comments on commit ee6a1ae

Please sign in to comment.