Merge pull request #599 from prymitive/fix-label-mw

fix(ui): ensure that filter input labels are truncated if too long
This commit is contained in:
Łukasz Mierzwa
2019-04-08 22:39:42 +01:00
committed by GitHub

View File

@@ -85,7 +85,10 @@ const FilterInputLabel = observer(
<FontAwesomeIcon icon={faExclamationCircle} />
</span>
)}
<TooltipWrapper title="Click to edit this filter" className="my-auto">
<TooltipWrapper
title="Click to edit this filter"
className="my-auto mw-100 text-nowrap text-truncate"
>
<RIEInput
defaultValue=""
value={filter.raw}