mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [tag] element vertically centered (#13235)
fix(components): [tag] fix bug #13229
This commit is contained in:
@@ -92,7 +92,7 @@ $tag-icon-span-gap: map.merge(
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
vertical-align: middle;
|
||||
height: map.get($tag-height, 'default');
|
||||
padding: 0 map.get($tag-padding, 'default') - $border-width;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user