mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: icon alignments
This commit is contained in:
parent
2127afba4b
commit
982ad39ef3
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export function Icon({ type, className = undefined, placeholder, ...otherProps }
|
|||
{React.createElement(Octicon, {
|
||||
icon: IconComponent,
|
||||
className: mergedClassName,
|
||||
verticalAlign: 'middle',
|
||||
verticalAlign: 'text-bottom',
|
||||
})}
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -362,7 +362,7 @@
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
vertical-align: text-bottom;
|
||||
padding-left: 4px;
|
||||
box-sizing: content-box;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue