diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-16 00:59:28 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-16 00:59:28 -0500 |
| commit | 05a9a3eed9a1afb55ec0ca55845b33cc745289e0 (patch) | |
| tree | 2f8b7350fd5a2c3b4570cbc0a4464d5ffd2b51e5 /src/client/views/collections/CollectionTimeView.scss | |
| parent | 53b13f534431266e6efc856c8b5dc6e886cd171d (diff) | |
updated pivot views to have a getAnchor() method to save the pivotField when linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss index fa7c87f4e..d995cbcd2 100644 --- a/src/client/views/collections/CollectionTimeView.scss +++ b/src/client/views/collections/CollectionTimeView.scss @@ -75,7 +75,7 @@ .collectionTimeView-innards { display: inline-block; - width: calc(100% - 200px); + width: 100%; height: 100%; } } |
