mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
77e6398efb
commit
cb9c4d00c2
2 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
- remove extra whitespace in datatable after the last header containing a tooltip
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue