Commit 072b89e
authored
Core: Fix the overlapping search icon and spacing in the course card view (#2087)
* Core: Stop the search icon from overlapping the course search placeholder
Every remote injects its own full Tailwind build through style-loader, and
those styles land after the core styles. The remotes never use pl-9, so their
.px-3 wins over it and the placeholder falls back under the icon.
* Core: Align the course card view with the surrounding page layout
The card view wrapped itself in a centered container with its own vertical
padding, which pushed the search field away from the page header and kept the
grid narrower than the table view of the same page.1 parent fb2c10e commit 072b89e
1 file changed
Lines changed: 4 additions & 3 deletions
File tree
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments