Fleet UI: 3 release fixes (#9673)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -40,9 +40,6 @@
|
||||
font-size: $x-small;
|
||||
color: $core-fleet-black;
|
||||
width: 100%;
|
||||
@media (min-width: $break-990) {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
&__section-information {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.manual-enroll-mdm-modal {
|
||||
.enroll-mdm-modal {
|
||||
&__download-button {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user