diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
| commit | 09c04577d23cbc15a4f408611bca71f42a565bd5 (patch) | |
| tree | 44d8d630a9ad179298d1a89a7e16a82c8ce99ba5 /src/client/views/Templates.tsx | |
| parent | 1d97f165631fd11570527b9123befeaab43e0b64 (diff) | |
fixes for annotations
Diffstat (limited to 'src/client/views/Templates.tsx')
| -rw-r--r-- | src/client/views/Templates.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Templates.tsx b/src/client/views/Templates.tsx index 8af8a6280..8c60f1c36 100644 --- a/src/client/views/Templates.tsx +++ b/src/client/views/Templates.tsx @@ -43,7 +43,7 @@ export namespace Templates { `<div> <div style="height:100%; width:100%;">{layout}</div> <div style="bottom: 0; font-size:14px; width:100%; position:absolute"> - <FormattedTextBox {...props} height="min-content" fieldKey={"caption"} hideOnLeave={"true"} /> + <FormattedTextBox {...props} fieldKey={"caption"} hideOnLeave={"true"} /> </div> </div>` ); |
