diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-03-01 23:33:01 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-03-01 23:33:01 -0500 |
| commit | f189ce6f25b91fcd402b7e81ba8ed378e39e6142 (patch) | |
| tree | 181a0903c6adff0975216dc63e175be2656f9486 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 08e15b05cd014f99726826c9db407e738040cdbb (diff) | |
Added text completion
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); |
