Skip to content

Commit

Permalink
fix(frontend): modal width on large screens TASK-1551 (#5512)
Browse files Browse the repository at this point in the history
### 👀 Preview steps

Bug template:
1. ℹ️ have an account
2. Click on NEW button to create a project
3. Increase screen width or zoom out 
4. 🔴 [on main] notice how the modal expands and the content is not
centered
5. 🟢 [on PR] notice how the modal has a fixed width
  • Loading branch information
RuthShryock authored Feb 12, 2025
1 parent ffcf894 commit ff13003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsapp/js/components/common/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $z-modal-x: 10;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
min-width: 40%;
max-width: 90%;
max-height: 95%;
overflow-x: auto;
Expand Down

0 comments on commit ff13003

Please sign in to comment.