UlrickBL commited on
Commit
1635507
·
verified ·
1 Parent(s): 51d89b4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -102,7 +102,7 @@
102
  height: 100%;
103
  background: rgba(0, 0, 0, 0.5);
104
  z-index: 999;
105
- white-space: pre-wrap;
106
  }
107
  </style>
108
  </head>
@@ -238,6 +238,7 @@
238
  overlay.style.display = 'block';
239
  modal.style.display = 'block';
240
  modal.textContent = value;
 
241
  });
242
  tr.appendChild(td);
243
  });
 
102
  height: 100%;
103
  background: rgba(0, 0, 0, 0.5);
104
  z-index: 999;
105
+ white-space: pre-wrap;
106
  }
107
  </style>
108
  </head>
 
238
  overlay.style.display = 'block';
239
  modal.style.display = 'block';
240
  modal.textContent = value;
241
+ modal.style.whiteSpace = 'pre-wrap';
242
  });
243
  tr.appendChild(td);
244
  });