diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-17 15:19:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-17 15:19:13 -0400 |
| commit | 2c154f328d6556d99f21a778c8d78b41de77f5c9 (patch) | |
| tree | 200607bf64a0be390e62121aa023e1f255e2ea12 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 3c8cb517c811f94dce1e3d8430e07af316642365 (diff) | |
| parent | 57983d95ceeb364e3e0a282daea13035114ddb3f (diff) | |
Merge branch 'master' into advanced-trails
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index cbe0a465d..fd7fbb333 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -149,6 +149,10 @@ audiotag:hover { } } +.gpt-typing-wrapper { + padding: 10px; +} + // .menuicon { // display: inline-block; // border-right: 1px solid rgba(0, 0, 0, 0.2); |
