Skip to content

Commit

Permalink
Fix: ReleaseDialog renders many environments (#988)
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Urbanski <sven.urbanski+git@freiheit.com>
  • Loading branch information
1 parent 904a6a5 commit 95b6964
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>
Copyright 2023 freiheit.com*/
.release-dialog {
min-width: 960px;

a {
color: white;
}
Expand Down Expand Up @@ -66,6 +68,7 @@ Copyright 2023 freiheit.com*/
}

.release-env-group-list {
overflow-y: scroll;
background-color: var(--mdc-theme-surface);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 95b6964

Please sign in to comment.