plain-design 1.0.0-beta.96 → 1.0.0-beta.97

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.96",
3
+ "version": "1.0.0-beta.97",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -4,6 +4,7 @@
4
4
  border-radius: plv(box-size-normal-border-radius);
5
5
  position: relative;
6
6
  padding: 8px 16px;
7
+ line-height: initial;
7
8
 
8
9
  .alert-label {
9
10
  font-size: plv(font-size-small);
@@ -23,7 +24,7 @@
23
24
  position: absolute;
24
25
  width: $icon-width-normal;
25
26
  left: 0;
26
- top: 0.15em;
27
+ top: 0.075em;
27
28
  padding-top: inherit;
28
29
  display: inline-flex;
29
30
  align-items: center;