Commit 63359a9
committed
Fix learning objectives line wrapping (restore lost fix from merge)
The merge from podcast branch lost commit 0662141 which fixed learning
objectives line wrapping. The podcast branch had diverged before that
commit was made.
Restored changes:
- .objectives: Change max-width from 90% to 100%
- .objectives: Remove flexbox properties (display, flex-direction, justify-content)
- .objectives h3: Add margin-left: 0 and margin-right: 0
- .objectives ul: Change selector to :global(.reveal) .objectives ul
- .objectives ul: Add display: block, max-width: 100%, margin-left/right: 0
This prevents learning objectives text from wrapping incorrectly in
presentation slides.1 parent 7856092 commit 63359a9
File tree
1 file changed
+8
-5
lines changed- website/src/components/PresentationMode
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| 65 | + | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments