Skip to content

Commit

Permalink
fix(docker/tag): Make help content explicit for tag field by placing …
Browse files Browse the repository at this point in the history
…it below the field.
  • Loading branch information
vigneshm authored and mergify[bot] committed Aug 10, 2020
1 parent 2569047 commit 138ef6d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,7 @@ export class DockerImageAndTagSelector extends React.Component<
specifyTagByRegex ? (
<div className="sp-formItem">
<div className="sp-formItem__left">
<div className="sp-formLabel">
Tag <HelpField id="pipeline.config.docker.trigger.tag" />
</div>
<div className="sp-formLabel">Tag</div>
</div>

<div className="sp-formItem__right">
Expand All @@ -637,6 +635,7 @@ export class DockerImageAndTagSelector extends React.Component<
/>
</span>
</div>
<HelpField id="pipeline.config.docker.trigger.tag" expand={true} />
</div>
</div>
) : (
Expand Down

0 comments on commit 138ef6d

Please sign in to comment.