Skip to content

Commit

Permalink
🐛 ⚙️ Fix settings dialog styling regression (#6885)
Browse files Browse the repository at this point in the history
## Motivation for features / changes
When we migrated all the MDC components a year or so ago we missed the
size of the fields in the settings dialog changing. This should restore
the original intention there.

## Screenshots of UI changes (or N/A)

Before:

![image](https://github.com/user-attachments/assets/e7cb590c-78bd-474f-89da-cef2a74d1a91)

After:

![image](https://github.com/user-attachments/assets/ff12fa0c-27ac-48f8-9817-25c7b5fc0fc8)
  • Loading branch information
rileyajones authored Jul 23, 2024
1 parent 31ef2f8 commit a34563c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ h3 {
.reload-toggle {
margin-bottom: 16px;
}

mat-form-field {
width: 100%;
}

0 comments on commit a34563c

Please sign in to comment.