Commit fc394bf
committed
fix(web): restore even tab spacing under MUI v9
MUI v9 dropped the `MuiTabs-flexContainer` utility class from the Tabs list
element (now only `MuiTabs-list`), so the `justifyContent: space-evenly`
override silently stopped matching and the place + saved-places tabs reverted
to left alignment. Point the selector at the v9 class name.1 parent dccdc1f commit fc394bf
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments