Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated/redirected urls #20622

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/lib/patternfly/patternfly-5-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ select.pf-v5-c-form-control {
}

// Fix the double-spacing issue in the non-deprecated split buttons
// https://github.com/patternfly/patternfly-react/issues/10302
// https://github.com/patternfly/patternfly/issues/6632
.pf-m-split-button .pf-v5-c-menu-toggle__controls {
margin: 0;
}

// Fix the double-spacing issue for other dropdowns
// https://github.com/patternfly/patternfly-react/issues/10302
// https://github.com/patternfly/patternfly/issues/6632
.pf-v5-c-menu-toggle__controls:last-child > .pf-v5-c-menu-toggle__toggle-icon {
margin-inline-end: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/systemd/reporting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const BusWorkflowRow = ({ problem, client, workflow }) => {
/* GLib encodes errors for transport over the wire,
* but we don’t have a good way of decoding them without calling into GIO.
*
* https://developer-old.gnome.org/gio/stable/gio-GDBusError.html#g-dbus-error-encode-gerror
* https://docs.gtk.org/gio/type_func.DBusError.encode_gerror.html
*
* 19 is G_IO_ERROR_CANCELLED. No need to handle user cancellations.
*/
Expand Down