diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-29 17:05:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-29 17:05:10 -0400 |
| commit | a6aec8759298fba41b486a973796662056f47da0 (patch) | |
| tree | 84469ca63792f7b8467c6ac2fbc77afa86f6e047 /src/client/views/nodes/DocumentView.scss | |
| parent | 45062251a0ee91c5ece36141730a75dde03814dd (diff) | |
changed the way labelBox splits words to allow .&- added icon for webBox
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 5c5d2df10..6a1bfa406 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -3,12 +3,14 @@ .documentView-effectsWrapper { border-radius: inherit; } + +// documentViews have a docView-hack tag which is replaced by this tag when capturing bitmaps (when the dom is converted to an html string) .documentView-hack { - display: inline; + display: inline; // this swap is needed because for some reason when capturing bitmaps, things don't appear unless dispay:inline is explicitly set. } .documentView-customBorder { - width:100%; + width: 100%; height: 100%; position: absolute; top: 0; |
