diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-27 13:25:27 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-27 13:25:27 -0400 |
| commit | 2555970c4bb494f97427191b330449a0aecf9c8c (patch) | |
| tree | f3a3dd0beb8726ee2ec1f8abd9ff6280dce6a74d /src/client/views/nodes/DocumentView.scss | |
| parent | 0dfe3d9f0790f499b380cbafcef40cfbe0c7ad29 (diff) | |
fixed hang in collectioncarousel. added properties to control caption
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index c9a745809..dea09cb30 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -75,6 +75,7 @@ display: inline-block; width: 100%; height: 100%; + border-radius: inherit; .documentView-styleContentWrapper { width: 100%; |
