Skip to content

Commit

Permalink
fix: Warning background in pop-up window (#3189)
Browse files Browse the repository at this point in the history
* fix: Warning background in pop-up window

* fix: comment

* fix: comment
  • Loading branch information
devchenyan authored Jun 21, 2024
1 parent 981ce74 commit 8cbe25e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/widgets/Dialog/dialog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
padding: 20px 16px;
position: relative;
max-height: calc(100vh - 260px);
overflow-y: scroll;
overflow-y: auto;
}

.footerWrap {
Expand Down

1 comment on commit 8cbe25e

@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 9607034093

Please sign in to comment.