mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
f74d17a686
commit
666c223456
2 changed files with 11 additions and 0 deletions
1
changes/34999-text-cut-off-in-policies-view
Normal file
1
changes/34999-text-cut-off-in-policies-view
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Make styling more consistent in edit policies view for FireFox.
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue