UI: Fix Tooltipwrapper causing extra whitespace if in last column of table (#8808)

* Nudge last tooltip in header to the left

* changefile

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling 2022-11-29 13:40:04 -08:00 committed by GitHub
parent 77e6398efb
commit cb9c4d00c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
- remove extra whitespace in datatable after the last header containing a tooltip

View file

@ -172,6 +172,16 @@
overflow-x: scroll;
}
&__table {
thead {
tr {
th:last-child {
.component__tooltip-wrapper__tip-text {
left: -8px;
}
}
}
}
tbody {
.issues__cell {
display: flex;
@ -184,6 +194,7 @@
}
}
}
.device_mapping__cell {
.text-cell {
display: inline;