Skip to content

Commit

Permalink
Fix settings checkboxes margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ronlavi2412 committed Dec 27, 2023
1 parent e885019 commit f64698a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
margin-top: 0;
font-weight: 600;
}

.foreman-rh-cloud-switcher {
.pf-c-switch__toggle {
margin-right: 5px;
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.insights_settings {
float: right;
margin-top: 22px;
margin-right: 16px;

.pf-c-switch__toggle {
margin-right: 5px;
}
}

0 comments on commit f64698a

Please sign in to comment.