Skip to content

Commit b66a7b1

Browse files
committed
[dev] add label for contact support btn
1 parent b01d411 commit b66a7b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,10 @@ p {
283283

284284
.contact-support-link-wrapper{
285285
display: flex;
286+
flex-direction: column;
286287
justify-content: start;
287-
align-items: center;
288+
align-items: start;
289+
gap: 0.5rem;
288290
margin: 1rem;
289291
}
290292

src/theme/TOCItems/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default function TOCItemsWrapper(props) {
55
<>
66
<TOCItems {...props} />
77
<div className="contact-support-link-wrapper">
8+
Need more help?
89
<a href="https://dhtmlx.com/docs/technical-support.shtml" className="contact-support-link pagination-nav__link">Contact Support</a>
910
</div>
1011
</>

0 commit comments

Comments
 (0)