aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-03-27 13:01:54 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-03-27 13:01:54 -0400
commitaa8ed99f41a559a19ebea37b22ee1902aab2d6eb (patch)
tree55b8d74d406f0cc791a774ba2d3d88b9eee9fbe8 /src/client/util/RichTextSchema.tsx
parent70ce5645b3f0a5b830bf473957ccd2bd7b02859a (diff)
fixed iconifying doc script removal. fixed metadata to display inline-flex so that value truncates instead of moving to next line.
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r--src/client/util/RichTextSchema.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx
index 31935df3e..659d317f6 100644
--- a/src/client/util/RichTextSchema.tsx
+++ b/src/client/util/RichTextSchema.tsx
@@ -875,7 +875,7 @@ export class DashFieldView {
this._fieldWrapper.style.width = node.attrs.width;
this._fieldWrapper.style.height = node.attrs.height;
this._fieldWrapper.style.position = "relative";
- this._fieldWrapper.style.display = "inline-block";
+ this._fieldWrapper.style.display = "inline-flex";
const self = this;
this._enumerables = document.createElement("div");