contain text in container

pull/2258/head
Milad Gueramian 3 years ago committed by yann300
parent 9a8c953cba
commit 374f66c7e3
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-label.tsx

@ -48,7 +48,7 @@ export const FileLabel = (props: FileLabelProps) => {
return (
<div
className='remixui_items d-inline-block w-100'
className='remixui_items d-inline-block w-100 text-break'
ref={isEditable ? labelRef : null}
suppressContentEditableWarning={true}
contentEditable={isEditable}

Loading…
Cancel
Save