Skip to content

Commit 314cbb7

Browse files
James KavanaghJames Kavanagh
authored andcommitted
Remove unecessary trailing paragraphs from indented lists
1 parent a12cea4 commit 314cbb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/style/datastax.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ h5 {.font-size(2.6); .line-height(3.5);}
112112
}
113113
}
114114

115+
// Ensure that trailing redundant paragraphs as per:
116+
// https://github.com/datastax-training/curriculum/issues/176
117+
// are not displayed as they cause unecessary spacing
118+
ul li p:last-child { display: none; }
119+
115120
// Images
116121
.image, .imageblock {
117122
img {

0 commit comments

Comments
 (0)