diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-01-07 15:58:10 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-01-07 15:58:10 -0500 |
| commit | 89d3ec54886a588f3b7c8e46e771830eeefc3c8b (patch) | |
| tree | f4c7c7fe6ef363ca686b4b781fd9d7382c0f4a2a /src/client/util/RichTextMenu.scss | |
| parent | e9dcc0f18498d9415d204dfd3e61465a70486374 (diff) | |
added logic so that text nodes started on the very left still show the full richtextmenu
Diffstat (limited to 'src/client/util/RichTextMenu.scss')
| -rw-r--r-- | src/client/util/RichTextMenu.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/util/RichTextMenu.scss b/src/client/util/RichTextMenu.scss index 5a57f4b98..ff9270829 100644 --- a/src/client/util/RichTextMenu.scss +++ b/src/client/util/RichTextMenu.scss @@ -94,4 +94,13 @@ select { &::-ms-expand { color: white; } +} + +.row-2 { + display: flex; + justify-content: space-between; + + >div { + display: flex; + } }
\ No newline at end of file |
