UI - Align "View all hosts" links on the Software page (#20182)

## Addresses #20077 

<img width="1421" alt="Screenshot 2024-07-02 at 4 59 42 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/6f79c823-f7fc-4931-8e64-6d505e6e8760">
<img width="1421" alt="Screenshot 2024-07-02 at 4 59 37 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/e098499d-813d-4adf-b32e-14c4ec85646a">

- [x] Changes file added for user-visible changes in `changes/`,
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
jacobshandling 2024-07-03 09:37:30 -07:00 committed by GitHub
parent 36485bed7e
commit 39f5583e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
- Align the "View all hosts" links in the Software titles and versions tables.

View file

@ -153,4 +153,10 @@
overflow-x: auto;
}
}
.view-all-hosts {
&__cell {
display: flex;
justify-content: flex-end;
}
}
}