Timothy J. Baek преди 1 година
родител
ревизия
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}`);
 
 				if (pltCanvasElement?.innerHTML !== '') {
-					pltCanvasElement.classList.add('px-4', 'pt-4');
+					pltCanvasElement.classList.add('pt-4');
 				}
 			} catch (error) {
 				console.error('Error:', error);