From 9e02d2766f9f75fdca06bfa967214ab7cf2f4e35 Mon Sep 17 00:00:00 2001 From: Simon Kobyda Date: Mon, 14 Aug 2023 14:53:54 +0200 Subject: [PATCH] Remove unused css id #machine_id PF dropped pf-v5-global--FontFamily--redhat--monospace since https://github.com/patternfly/patternfly/commit/4ec21e34fc3 The only place which was using it was #machine_id css id selector which is however not used anywhere, os let's just remove it. --- pkg/systemd/overview.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/systemd/overview.scss b/pkg/systemd/overview.scss index c238a234caf2..9cd3fc3611d4 100644 --- a/pkg/systemd/overview.scss +++ b/pkg/systemd/overview.scss @@ -221,13 +221,6 @@ } } -#machine_id { - font-family: var(--pf-v5-global--FontFamily--redhatfont--monospace); - // Some browsers don't support anywhere yet, so we provide break-word as a fallback - overflow-wrap: break-word; - overflow-wrap: anywhere; -} - .pf-v5-c-table tr > * { vertical-align: top; }