Skip to content

Commit 0e7bee7

Browse files
authored
DOCS-1742: Fix CSS for lists (#3883)
1 parent c443582 commit 0e7bee7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/scss/_styles_project.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@ footer small {
294294

295295
// END FOOTER STYLING
296296

297+
// Ensure lists indent properly next to images
298+
.td-content > ul {
299+
list-style-position: inside;
300+
}
301+
297302
/* sets the base font heavier than the theme. */
298303
.td-content p, .td-content li, .td-content td {
299304
font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

0 commit comments

Comments
 (0)