Commit 6e19e46b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent aa9f3d06
...@@ -208,7 +208,7 @@ __builtins__.input = input`); ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment