Skip to content

Commit

Permalink
fix: Warning background in pop-up window
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jun 18, 2024
1 parent cbba584 commit 8cc6868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
justify-content: center;
align-items: center;
word-break: break-word;
margin: 0 4px;
background-color: var(--warn-background-color);

svg {
Expand Down
1 change: 1 addition & 0 deletions packages/neuron-ui/src/widgets/Dialog/dialog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
position: relative;
max-height: calc(100vh - 260px);
overflow-y: scroll;
scrollbar-width: none;
}

.footerWrap {
Expand Down

1 comment on commit 8cc6868

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 9562554289

Please sign in to comment.