mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user