We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01d411 commit b66a7b1Copy full SHA for b66a7b1
src/css/custom.css
@@ -283,8 +283,10 @@ p {
283
284
.contact-support-link-wrapper{
285
display: flex;
286
+ flex-direction: column;
287
justify-content: start;
- align-items: center;
288
+ align-items: start;
289
+ gap: 0.5rem;
290
margin: 1rem;
291
}
292
src/theme/TOCItems/index.js
@@ -5,6 +5,7 @@ export default function TOCItemsWrapper(props) {
5
<>
6
<TOCItems {...props} />
7
<div className="contact-support-link-wrapper">
8
+ Need more help?
9
<a href="https://dhtmlx.com/docs/technical-support.shtml" className="contact-support-link pagination-nav__link">Contact Support</a>
10
</div>
11
</>
0 commit comments