pacem-less 0.40.4-atlantis → 0.40.5-atlantis

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/pacem/pacem.less CHANGED
@@ -154,7 +154,7 @@ html .@{PCSS}-preloader {
154
154
  }
155
155
 
156
156
  // do not render variables in shell-only mode in order to ease themeable scenarios
157
- :root when (@shell_only = false), (@full_theme = true) {
157
+ @{shell}:root when (@shell_only = false), (@full_theme = true) {
158
158
 
159
159
  @_size_1: @grid_spacing/3;
160
160
  @_size_2: @_size_1 * 2;
@@ -238,6 +238,7 @@
238
238
  background-color: @color_suggest_back;
239
239
  border: 2px solid @color_suggest_border;
240
240
  min-width: 175px;
241
+ min-height: auto;
241
242
 
242
243
  &.balloon-top {
243
244
  margin-top: @_pointer_h;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.4-atlantis",
2
+ "version": "0.40.5-atlantis",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {