Fix width of large text icon buttons (#27127)

local
Claire 8 months ago committed by GitHub
parent 1bd7455d81
commit 38753acaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/compose/components/text_icon_button.jsx

@ -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…
Cancel
Save