diff --git a/changes/20077-align-view-all-hosts-link-sw-page b/changes/20077-align-view-all-hosts-link-sw-page new file mode 100644 index 0000000000..5dfd1bd2e6 --- /dev/null +++ b/changes/20077-align-view-all-hosts-link-sw-page @@ -0,0 +1 @@ +- Align the "View all hosts" links in the Software titles and versions tables. diff --git a/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/_styles.scss b/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/_styles.scss index c005ead615..0727dfe0bd 100644 --- a/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/_styles.scss +++ b/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/_styles.scss @@ -153,4 +153,10 @@ overflow-x: auto; } } + .view-all-hosts { + &__cell { + display: flex; + justify-content: flex-end; + } + } }