Skip to content

Commit

Permalink
Align error message to top of desktop-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Mar 5, 2021
1 parent 0802658 commit f373b9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/desktop-gui/src/styles/components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,12 @@
}

.full-alert-container {
align-items: center;
display: flex;
flex-grow: 2;
justify-content: center;
overflow: auto;
padding: 30px 60px;
}

.full-alert {
// `margin: auto` fixes issue with flexbox vertically-centered element + oveflow
// https://stackoverflow.com/questions/33454533/cant-scroll-to-top-of-flex-item-that-is-overflowing-container
margin: auto;
overflow: auto;
padding: 20px;
text-align: center;

Expand Down

0 comments on commit f373b9b

Please sign in to comment.