Skip to content

Commit

Permalink
style: Adjust feature value size for user overrides (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Dec 7, 2023
1 parent fb0d755 commit 84f0df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/web/components/pages/UserPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ const UserPage = class extends Component {
control value of this
feature is{' '}
<FeatureValue
className='ml-1 chip--xs'
includeEmpty
data-test={`user-feature-original-value-${i}`}
value={`${flagValue}`}
Expand All @@ -671,6 +672,7 @@ const UserPage = class extends Component {
overriden by segments and
would normally be{' '}
<FeatureValue
className='ml-1 chip--xs'
includeEmpty
data-test={`user-feature-original-value-${i}`}
value={`${flagValue}`}
Expand Down

3 comments on commit 84f0df3

@vercel
Copy link

@vercel vercel bot commented on 84f0df3 Dec 7, 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 84f0df3 Dec 7, 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-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 84f0df3 Dec 7, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.