fix blockquote truncation

closes #968
This commit is contained in:
Collin M. Barrett 2019-09-21 13:58:50 -05:00
parent d9cff456bc
commit c566a27761

View file

@ -1,3 +1,7 @@
.ant-table-header-column > div {
margin-top: 8px;
}
tr blockquote {
word-break: break-word;
}