From 6ec259a0e71174651bae95d4628138bf6fd68742 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 15 Mar 2026 16:19:35 -0400 Subject: refactor: packages/ --- packages/excalidraw/components/TextInput.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/excalidraw/components/TextInput.scss (limited to 'packages/excalidraw/components/TextInput.scss') diff --git a/packages/excalidraw/components/TextInput.scss b/packages/excalidraw/components/TextInput.scss new file mode 100644 index 0000000..60a03ca --- /dev/null +++ b/packages/excalidraw/components/TextInput.scss @@ -0,0 +1,7 @@ +@import "../css/variables.module.scss"; + +.excalidraw { + .TextInput { + display: inline-block; + } +} -- cgit v1.2.3