Skip to content

Commit 40f6290

Browse files
Adds align-top class
Adds .align-top to the docusaurus custom CSS in order to allow override of default td styling and align text to top of table cell.
1 parent 86638b8 commit 40f6290

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conversation-api/concepts/summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following sample is a multi-line transcript and its corresponding Summary cr
9898
both strategies?
9999
</p>
100100
</td>
101-
<td>
101+
<td class="align-top">
102102
<p>
103103
Sunita, Liam, and Anh need to focus more on the Dev team and
104104
on the product. In order to focus on the sales hire, Anh

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,3 +572,6 @@ html[data-theme="dark"] .intro-card{
572572
color:black;
573573
}
574574

575+
td.align-top {
576+
vertical-align: top;
577+
}

0 commit comments

Comments
 (0)