Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 89fca63

Browse files
author
James Collier
committed
Allow example to fit the entire screen width
1 parent eeb0ac4 commit 89fca63

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

example/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const DisplayMolecule: React.FC<{ data: MoleculeData }> = ({ data }) => {
9292
onPointerDown={() => setMayTranslate(true)}
9393
onPointerUp={() => setMayTranslate(false)}
9494
style={{
95-
width: "90%",
9695
fontSize: "0.7px",
9796
fontFamily: "sans-serif",
9897
border: "1px solid red",
@@ -111,7 +110,6 @@ const DisplayMolecule: React.FC<{ data: MoleculeData }> = ({ data }) => {
111110
<h3>Non-interactive</h3>
112111
<div
113112
style={{
114-
width: "90%",
115113
fontSize: "0.65px",
116114
fontFamily: "sans-serif",
117115
border: "1px solid blue",

0 commit comments

Comments
 (0)