mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Replace text-align: start with left to fix Edge (#2215)
This commit is contained in:
@@ -67,7 +67,7 @@ function addOverlayDivTo(iframe) {
|
||||
div.style.overflowY = 'auto';
|
||||
div.style.padding = '0.5rem';
|
||||
div.style.boxSizing = 'border-box';
|
||||
div.style.textAlign = 'start';
|
||||
div.style.textAlign = 'left';
|
||||
div.style.fontFamily = 'Consolas, Menlo, monospace';
|
||||
div.style.fontSize = '11px';
|
||||
div.style.whiteSpace = 'pre-wrap';
|
||||
|
||||
Reference in New Issue
Block a user