mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 03:07:27 +00:00
Tidy inline docs and added sdk support table.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user