Skip to content

Commit

Permalink
fix Skeleton browser applied padding
Browse files Browse the repository at this point in the history
Fix to issue #15413, caused by `padding-inline-start` rule in browser default styles
  • Loading branch information
Maktel committed Mar 14, 2019
1 parent 4f0e6e6 commit 7b2c878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/skeleton/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

// paragraph
.@{skeleton-paragraph-prefix-cls} {
padding: 0;

> li {
width: 100%;
height: 16px;
Expand Down

0 comments on commit 7b2c878

Please sign in to comment.