mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02:00
Fix width of large text icon buttons (#27127)
This commit is contained in:
parent
1bd7455d81
commit
38753acaa5
@ -4,7 +4,7 @@ import { PureComponent } from 'react';
|
||||
const iconStyle = {
|
||||
height: null,
|
||||
lineHeight: '27px',
|
||||
width: `${18 * 1.28571429}px`,
|
||||
minWidth: `${18 * 1.28571429}px`,
|
||||
};
|
||||
|
||||
export default class TextIconButton extends PureComponent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user