Skip to content

Commit

Permalink
fix: fixed an issue that prevented the release name explanation toolt…
Browse files Browse the repository at this point in the history
…ip from showing

Ticket: None
Changelog: None
Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
  • Loading branch information
mzedel committed Jun 3, 2024
1 parent 5d6942a commit 39a6971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,9 @@ label+.emotion-16 {
class="MuiFormControl-root emotion-4"
>
<label
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-standard MuiFormLabel-colorPrimary MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-standard emotion-5"
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-standard MuiFormLabel-colorPrimary MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-sizeMedium MuiInputLabel-standard flexbox center-aligned emotion-5"
data-shrink="false"
for="release-name"
style="align-items: center; display: flex;"
>
Release name
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const ArtifactInformation = ({ creation = {}, deviceTypes = [], onRemove,
/>
<h4>Artifact information</h4>
<FormControl>
<InputLabel htmlFor="release-name" style={{ alignItems: 'center', display: 'flex' }}>
<InputLabel htmlFor="release-name" className="flexbox center-aligned" onClick={e => e.preventDefault()}>
Release name
<InfoHintContainer>
<MenderHelpTooltip id={HELPTOOLTIPS.releaseName.id} />
Expand Down

0 comments on commit 39a6971

Please sign in to comment.