@neovici/cosmoz-omnitable 14.3.1 → 14.4.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.
@@ -230,7 +230,7 @@ export default css`
230
230
 
231
231
  .tableContent {
232
232
  overflow-y: auto;
233
- min-height: 90px;
233
+ min-height: 40px;
234
234
  display: flex;
235
235
  flex-direction: column;
236
236
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.3.1",
3
+ "version": "14.4.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@lit-labs/virtualizer": "^2.1.0",
63
63
  "@neovici/cosmoz-autocomplete": "^10.0.0",
64
- "@neovici/cosmoz-bottom-bar": "^9.0.3",
64
+ "@neovici/cosmoz-bottom-bar": "^9.0.5",
65
65
  "@neovici/cosmoz-collapse": "^1.1.0",
66
66
  "@neovici/cosmoz-datetime-input": "^4.0.1",
67
67
  "@neovici/cosmoz-dropdown": "^5.0.0",