Tidy inline docs and added sdk support table.

This commit is contained in:
orangemug
2020-01-23 08:33:12 +00:00
parent 17aa88e3b6
commit 30facc885f
27 changed files with 204 additions and 88 deletions
+17
View File
@@ -193,3 +193,20 @@
position: relative;
overflow: hidden;
}
.sdk-support {
position: relative;
max-width: 100%;
overflow-x: auto;
}
.sdk-support__table {
width: 100%;
margin-top: $margin-3;
td, th {
border: solid 1px $color-midgray;
padding: 4px 6px;
white-space: nowrap;
}
}