Skip to content

Commit

Permalink
fix(comp:alert): alert content not aligined with pagination (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Aug 21, 2023
1 parent 6ae11ea commit f691999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/alert/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
.@{pagination-prefix}-item {
padding: 0;
}
.@{pagination-prefix}-item-content {
height: @line-height;
line-height: @line-height;
}
}
}
}

0 comments on commit f691999

Please sign in to comment.