@licklist/design 0.58.3-dev.1 → 0.58.3-dev.2

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.
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  .collapse {
119
- max-height: calc(100vh - 19rem);
119
+ max-height: calc(100vh - 15rem);
120
120
  transition: none 0s ease 0s;
121
121
 
122
122
  &.show {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.58.3-dev.1",
3
+ "version": "0.58.3-dev.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  .collapse {
119
- max-height: calc(100vh - 19rem);
119
+ max-height: calc(100vh - 15rem);
120
120
  transition: none 0s ease 0s;
121
121
 
122
122
  &.show {