mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
36485bed7e
commit
39f5583e00
2 changed files with 7 additions and 0 deletions
1
changes/20077-align-view-all-hosts-link-sw-page
Normal file
1
changes/20077-align-view-all-hosts-link-sw-page
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Align the "View all hosts" links in the Software titles and versions tables.
|
||||
|
|
@ -153,4 +153,10 @@
|
|||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
.view-all-hosts {
|
||||
&__cell {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue