~cytrogen/masto-fe

1eeaa0d84f36a13845a1f557e987eff2f21f5327 — Claire 2 years ago ca7d169
[Glitch] Fix width of large text icon buttons

Port 38753acaa562d6d69dcb0688a57a37655cb094ea to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/flavours/glitch/features/compose/components/text_icon_button.jsx
M app/javascript/flavours/glitch/features/compose/components/text_icon_button.jsx => app/javascript/flavours/glitch/features/compose/components/text_icon_button.jsx +1 -1
@@ 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 {