25 lines
693 B
Diff
25 lines
693 B
Diff
From 6cfac968011d17f8ec94da8d028b6879cd3f69da Mon Sep 17 00:00:00 2001
|
|
From: Martin Pitt <martinpitt@users.noreply.github.com>
|
|
Date: Thu, 5 Mar 2020 12:13:15 +0100
|
|
Subject: [PATCH] packagekit: Add stylesheet for the Buttons on 'Software
|
|
Updates' page
|
|
|
|
Closes #13657
|
|
---
|
|
pkg/packagekit/updates.scss | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/pkg/packagekit/updates.scss b/pkg/packagekit/updates.scss
|
|
index 48ac3d776..2a2ab32ed 100644
|
|
--- a/pkg/packagekit/updates.scss
|
|
+++ b/pkg/packagekit/updates.scss
|
|
@@ -1,3 +1,5 @@
|
|
+@import "../../node_modules/@patternfly/patternfly/components/Button/button.scss";
|
|
+
|
|
.pk-updates--header {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
--
|
|
2.25.1
|
|
|