mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Host Details UI: Fix software table column width, caret alignment (#6411)
This commit is contained in:
parent
be2c65ebe1
commit
fd3300a962
2 changed files with 5 additions and 0 deletions
1
changes/issue-6388-host-details-software-alignment
Normal file
1
changes/issue-6388-host-details-software-alignment
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fix alignment of software table of host details page
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue