Timothy J. Baek 11 місяців тому
батько
коміт
6e19e46b07
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

+ 1 - 1
src/lib/components/chat/Messages/CodeBlock.svelte

@@ -208,7 +208,7 @@ __builtins__.input = input`);
 				const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
 				const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
 
 
 				if (pltCanvasElement?.innerHTML !== '') {
 				if (pltCanvasElement?.innerHTML !== '') {
-					pltCanvasElement.classList.add('px-4', 'pt-4');
+					pltCanvasElement.classList.add('pt-4');
 				}
 				}
 			} catch (error) {
 			} catch (error) {
 				console.error('Error:', error);
 				console.error('Error:', error);