Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
added tailwind class to break the line in the middle of words to prev…
Browse files Browse the repository at this point in the history
…ent overflowing the alocated space (#10944)
  • Loading branch information
MbfloydIR authored Aug 13, 2024
1 parent 81d4317 commit 47ca0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export function MaterialEditor(props: { materialUUID: EntityUUID }) {
<div className="justify-cneter flex items-center align-middle">
<label>{t('editor:properties.mesh.material.path')}</label>
</div>
<div>{getOptionalComponent(entity, SourceComponent) ?? 'None'}</div>
<div className="break-all">{getOptionalComponent(entity, SourceComponent) ?? 'None'}</div>
</div>
</InputGroup>
<br />
Expand Down

0 comments on commit 47ca0b8

Please sign in to comment.