Comparing version 0.14.1 to 0.14.2
@@ -0,1 +1,6 @@ | ||
## 0.14.2 | ||
- Fixed extra padding below `range` and `color` components | ||
- Fixed vertical alignment of `title` component | ||
## 0.14.1 | ||
@@ -2,0 +7,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Jonathan Cole <joncole04412@gmail.com>", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "A simple GUI for inspecting and changing JS variables", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"postcss-loader": "^6.2.0", | ||
"postcss-preset-env": "^6.7.0", | ||
"postcss-preset-env": "^7.0.0", | ||
"style-loader": "^3.3.1", | ||
@@ -57,0 +57,0 @@ "webpack": "^5.63.0", |
@@ -6,3 +6,6 @@ module.exports = { | ||
{ | ||
autoprefixer: { grid: true }, | ||
stage: 3, | ||
features: { | ||
"nesting-rules": true, | ||
} | ||
}, | ||
@@ -9,0 +12,0 @@ ], |
@@ -61,3 +61,3 @@ import ComponentBase from "../component-base.js"; | ||
css(icon, { | ||
position: "relative", | ||
position: "absolute", // Fixes extra height being applied below for some reason | ||
display: "inline-block", | ||
@@ -64,0 +64,0 @@ width: "12.5%", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1488256
9172