Fleet UI: 3 release fixes (#9673)

This commit is contained in:
RachelElysia 2023-02-03 17:33:29 -05:00 committed by GitHub
parent 99f7eaca02
commit fc2ecbc0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -138,7 +138,7 @@ const OsMinVersionForm = ({ currentTeamId }: IOsMinVersionForm) => {
<InputField
label="Minimum version"
tooltip="The end user sees the window until their macOS is at or above this version."
hint="Version number only (e.g., “13.0.1.”) NOT “Ventura 13” or “13.0.1 (22A400)."
hint="Version number only (e.g., “13.0.1” not “Ventura 13” or “13.0.1 (22A400)”)"
placeholder="13.0.1"
value={minOsVersion}
error={minOsVersionError}

View file

@ -40,9 +40,6 @@
font-size: $x-small;
color: $core-fleet-black;
width: 100%;
@media (min-width: $break-990) {
width: 60%;
}
}
&__section-information {

View file

@ -1,4 +1,4 @@
.manual-enroll-mdm-modal {
.enroll-mdm-modal {
&__download-button {
margin-top: 12px;
}