Skip to content

Commit

Permalink
Fix width of large text icon buttons (mastodon#27127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and ttrace committed Feb 2, 2024
1 parent 8921756 commit 143a448
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 {
Expand Down

0 comments on commit 143a448

Please sign in to comment.