Skip to content

Commit

Permalink
fix: variation value overflow (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Aug 10, 2023
1 parent 321d435 commit 863161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/mv/VariationValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const VariationValue = ({
weightTitle,
}) => (
<Row className='align-items-start mt-4'>
<div className='flex flex-1'>
<div className='flex flex-1 overflow-hidden'>
<InputGroup
component={
<ValueEditor
Expand Down

3 comments on commit 863161b

@vercel
Copy link

@vercel vercel bot commented on 863161b Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 863161b Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 863161b Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app

Please sign in to comment.