Skip to content

Commit

Permalink
Fix css properties orders
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Jul 15, 2019
1 parent 188cd35 commit f4095ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/button/style/index.less
Expand Up @@ -24,8 +24,8 @@
> i,
> span {
display: inline-block;
pointer-events: none;
transition: margin-left 0.3s @ease-in-out;
pointer-events: none;
}

&-primary {
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/style/index.less
Expand Up @@ -53,8 +53,8 @@

&-item-no-label {
&::after {
content: '';
margin: 0;
content: '';
}
}

Expand Down
2 changes: 1 addition & 1 deletion components/mentions/style/index.less
Expand Up @@ -11,9 +11,9 @@
position: relative;
display: inline-block;
height: auto;
line-height: unset;
padding: 0;
overflow: hidden;
line-height: unset;
white-space: pre-wrap;
vertical-align: bottom;

Expand Down

0 comments on commit f4095ef

Please sign in to comment.