Skip to content

Commit

Permalink
Merge pull request #4018 from sg00dwin/add-storage-inline-button-issue
Browse files Browse the repository at this point in the history
Convert inline button to us isInline and proper spacing
  • Loading branch information
openshift-merge-robot committed Jan 22, 2020
2 parents db1aa22 + 4b91dd3 commit d4f99be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/public/components/storage/attach-storage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ export const AttachStorageForm: React.FC<AttachStorageFormProps> = (props) => {
</div>
{!useContainerSelector && (
<p>
The volume will be mounted into all containers. You can
<Button type="button" onClick={handleSelectContainers} variant="link">
The volume will be mounted into all containers. You can{' '}
<Button type="button" onClick={handleSelectContainers} variant="link" isInline>
select specific containers
</Button>
</Button>{' '}
instead.
</p>
)}
Expand Down

0 comments on commit d4f99be

Please sign in to comment.