Skip to content

Commit

Permalink
fix(topology): listview target details need fixed height (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo authored Apr 25, 2023
1 parent 02266cb commit 2fa367b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Topology/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ Below CSS rules only apply to Topology components
.topology__list-view__entity-details {
background-color: var(--pf-global--palette--white);
padding: 1em;
height: 25em !important;
}

:where(.pf-theme-dark) .topology__list-view__entity-details {
Expand Down

0 comments on commit 2fa367b

Please sign in to comment.