Skip to content

Commit

Permalink
Merge pull request openshift#12501 from Lucifergene/OCPBUGS-2479-Bord…
Browse files Browse the repository at this point in the history
…er-Radius-PL

OCPBUGS-2479: Right border radius is 0 for the pipeline visualization wrapper in dark mode
  • Loading branch information
openshift-merge-robot authored Feb 14, 2023
2 parents cc1d4bb + 1ada643 commit 32cef52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

.pf-topology-visualization-surface {
font-size: 1rem;
border-radius: 1rem;
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.odc-pipeline-topology-graph {
border-radius: 20px;
font-size: var(--pf-global--FontSize--xs);
max-width: 100%;
overflow: hidden;

&.builder {
display: block;
border-radius: 20px;
background: var(--pf-global--BackgroundColor--200);
}

Expand Down

0 comments on commit 32cef52

Please sign in to comment.