Make styling more consistent in edit policies view for Firefox. (#35247)

**Related issue:** Resolves
[#34999](https://github.com/fleetdm/fleet/issues/34999)

- Align edit icon to start of line.
- Fix font size for policy name and contents elements.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [X] QA'd all new/changed functionality manually
This commit is contained in:
Juan Fernandez 2025-11-06 15:00:49 -04:00 committed by GitHub
parent f74d17a686
commit 666c223456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1 @@
* Make styling more consistent in edit policies view for FireFox.

View file

@ -86,6 +86,13 @@
}
}
&__policy-description-wrapper,
&__policy-resolution-wrapper {
.icon {
align-self: flex-start;
}
}
&__policy-name-wrapper {
.no-value {
min-width: 112px;
@ -127,9 +134,12 @@
white-space: normal;
background-color: transparent;
overflow: hidden;
font-size: $x-small;
}
&__policy-name {
font-size:$large;
&.input-field--error {
border: 1px solid $core-vibrant-red;
}