[Small released styling bugs] Fleet UI: Fix last activity's styling (#18279)

This commit is contained in:
RachelElysia 2024-04-16 10:43:06 -04:00 committed by GitHub
parent f58947012b
commit 41ef4e3ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View 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)

View file

@ -57,7 +57,7 @@
.activity-item__dash {
border-right: none;
}
.activity-item__details {
.activity-details {
padding-bottom: $pad-xxlarge;
}
}

View file

@ -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;
}
}
}

View file

@ -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