Skip to content
Snippets Groups Projects
Commit 04e2e940 authored by Oleksandr Zhurbenko's avatar Oleksandr Zhurbenko
Browse files

Fixed a but with inherited margin in Firefox

parent bca7b8c0
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ export default class TextDrawComponent extends React.Component {
wordWrap: 'break-word',
wordBreak: 'normal',
textAlign: 'left',
margin: 0,
color: results.fontColor,
fontSize: results.calcedFontSize,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment