Skip to content

Commit

Permalink
fix(experiments): Prevent long selectors from overflowing (#26888)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Dec 13, 2024
1 parent cf7b3e7 commit 875fd4b
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 875fd4b

Please sign in to comment.