Skip to content

Commit

Permalink
style: Fix vertical alignment of create first feature (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Dec 8, 2023
1 parent c4d5041 commit 23176fb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions frontend/web/components/pages/FeaturesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,13 +585,17 @@ const FeaturesPage = class extends Component {
data-test='show-create-feature-btn'
onClick={this.newFlag}
>
<span className='icon'>
<div className='flex-row justify-content-center'>
<IonIcon
className='me-1'
icon={rocket}
style={{ contain: 'none', height: '25px' }}
style={{
contain: 'none',
height: '25px',
}}
/>
</span>{' '}
Create your first Feature
<span>Create your first Feature</span>
</div>
</Button>
</FormGroup>
))}
Expand Down

3 comments on commit 23176fb

@vercel
Copy link

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

Please sign in to comment.