Skip to content

Commit ddbe091

Browse files
rileyajonesgroszewn
authored andcommitted
🐛 ⚙️ Fix settings dialog styling regression (#6885)
## 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)
1 parent 37b5556 commit ddbe091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tensorboard/webapp/settings/_views/settings_dialog_component.css

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ h3 {
2828
.reload-toggle {
2929
margin-bottom: 16px;
3030
}
31+
32+
mat-form-field {
33+
width: 100%;
34+
}

0 commit comments

Comments
 (0)