diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-03 14:02:26 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-03 14:02:26 -0400 |
| commit | ed099a3990d8047c32b614f1ca2d13af67910998 (patch) | |
| tree | 34520e8d070fc2ccd6ab7ff84d798d326776a453 | |
| parent | 16703dd7b46a7c0f7ded58cc482e9fda10b64f35 (diff) | |
fixed clicking on empty parts of equation box to start editing
| -rw-r--r-- | src/client/views/nodes/EquationBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/EquationBox.scss b/src/client/views/nodes/EquationBox.scss index c6a497831..9714e1bd0 100644 --- a/src/client/views/nodes/EquationBox.scss +++ b/src/client/views/nodes/EquationBox.scss @@ -2,4 +2,7 @@ .equationBox-cont { transform-origin: top left; + > span { + width: 100%; + } }
\ No newline at end of file |
