@woosmap/ui 4.230.0 → 4.232.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.230.0",
3
+ "version": "4.232.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -118,6 +118,7 @@ input
118
118
  margin 0 0 0 1rem
119
119
  &__item
120
120
  trans()
121
+ display: block
121
122
  &:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=textarea])
122
123
  height $inputHeight
123
124
  padding $inputPadding