mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 05:57:25 +00:00
Fixed more input accessibility issues, also
- Added searchParams based router for easier testing - Added more stories to the storybook
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
.maputnik-array-block-action {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 14%;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.maputnik-array-block-content {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 86%;
|
||||
width: calc(100% - 2em);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user