diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-19 10:30:38 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-19 10:30:38 -0500 |
| commit | dc9e21ebab1d40747c2be3550b9601f8b46b9221 (patch) | |
| tree | 8e3c54cb1666a7b2eda437ba6779c890c62a30a4 /src/client/views/nodes/DocumentView.scss | |
| parent | f4b2dcf967f8f43f6b4f1245029e8a2823e36784 (diff) | |
fixes to captions/titles
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 142036354..dfb84ed5c 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -59,6 +59,7 @@ color: white; transform-origin: top left; top: 0; + width: 100%; height: 25; background: rgba(0, 0, 0, .4); padding: 4px; @@ -78,6 +79,7 @@ .documentView-captionWrapper { position: absolute; bottom: 0; + width: 100%; transform-origin: bottom left; } } |
