Host Details UI: Fix software table column width, caret alignment (#6411)

This commit is contained in:
RachelElysia 2022-06-30 10:46:05 -04:00 committed by GitHub
parent be2c65ebe1
commit fd3300a962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fix alignment of software table of host details page

View file

@ -60,6 +60,9 @@
.last_opened_at__header {
display: none;
}
.linkToFilteredHosts__header {
min-width: 110px;
}
@media (min-width: $break-990) {
.version__header {
width: $col-md;
@ -128,6 +131,7 @@
height: 16px;
width: 16px;
vertical-align: middle;
margin-bottom: 4px;
}
.link-text {