Skip to content

Commit

Permalink
Prevent long selectors from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Dec 13, 2024
1 parent 91f5309 commit 292b76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function WebExperimentTransformHeader({

return (
<div className="flex w-full gap-4 items-center">
<div className="flex-1">
<div className="flex-1 overflow-hidden">
<h2>{transform.selector || 'Select element'}</h2>
</div>

Expand Down

0 comments on commit 292b76f

Please sign in to comment.