Add bottom padding to topic full text

Prevents scrollbar from showing up when there is a
subscript on the last line of text.

Another option would have been overflow-y: hidden,
but that clips the text in the (pathological?) case
of deeply nested subscripts.
This commit is contained in:
Andrew Shu
2020-07-11 19:40:22 -07:00
committed by Deimos
parent ac8e43876d
commit cf3e777fd8

View File

@@ -360,6 +360,7 @@
@extend %text-container;
overflow: auto;
padding-bottom: 0.4rem;
}
.topic-comments-header {