mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
[Small released styling bugs] Fleet UI: Fix last activity's styling (#18279)
This commit is contained in:
parent
f58947012b
commit
41ef4e3ac0
4 changed files with 5 additions and 5 deletions
1
changes/18060-host-activity-styling-bugs
Normal file
1
changes/18060-host-activity-styling-bugs
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Styling bug fixes of host details page activities (Remove trailing dash line from last activity, Re-instate padding below last activity)
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
.activity-item__dash {
|
||||
border-right: none;
|
||||
}
|
||||
.activity-item__details {
|
||||
.activity-details {
|
||||
padding-bottom: $pad-xxlarge;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,13 +54,12 @@
|
|||
}
|
||||
|
||||
&:last-child {
|
||||
.past-activity__dash {
|
||||
.host-activity-item__dash {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.past-activity__details {
|
||||
.host-activity-item__details-wrapper {
|
||||
padding-bottom: $pad-xxlarge;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
|
||||
import { IActivity, IActivityDetails } from "interfaces/activity";
|
||||
import { IActivity } from "interfaces/activity";
|
||||
import { IActivitiesResponse } from "services/entities/activities";
|
||||
|
||||
// @ts-ignore
|
||||
|
|
|
|||
Loading…
Reference in a new issue