added events reference

This commit is contained in:
Shahed Nasser
2022-05-27 16:59:25 +03:00
parent 5414148254
commit 22eeefba53
4 changed files with 1887 additions and 0 deletions

View File

@@ -301,4 +301,20 @@ details summary {
.DocSearch-Container {
z-index: 1001 !important;
}
.reference-table th:nth-child(2),
.reference-table td:nth-child(2) {
width: 40%;
}
.reference-table th:nth-child(3),
.reference-table td:nth-child(3) {
width: 50%;
}
.reference-table .theme-code-block span {
max-width: 100%;
word-break: break-word;
white-space: break-spaces;
}