diff options
| author | geireann <geireann.lindfield@gmail.com> | 2023-03-02 11:44:04 -0500 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2023-03-02 11:44:04 -0500 |
| commit | c6425a0469727305f76d00e3f8c545e04aad61cc (patch) | |
| tree | ff8eb7d202f9f8c1305adcf2d4d5933c8c8dca63 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 4a60851bd4d3495b2605863e3070c73129c9bc57 (diff) | |
| parent | d34d212ea550a3c1ca16747fadeb9e69c936cb5d (diff) | |
Merge branch 'pres-trail-sophie' of https://github.com/brown-dash/Dash-Web into pres-trail-sophie
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); |
