contain text in container

pull/5370/head
Milad Gueramian 3 years ago committed by yann300
parent b2e7f75ba8
commit f7e80c27c6
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-label.tsx

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

Loading…
Cancel
Save