diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-27 15:17:01 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-27 15:17:01 -0400 |
| commit | efaa44cacf9cf8506209c9bf1437e36828132eea (patch) | |
| tree | e14f4b1609e73d8c81f95668c81b27886da50463 /src/client/views/collections/collectionGrid/CollectionGridView.scss | |
| parent | ae552bf33e197bf18989a821f726f2d5670f6647 (diff) | |
fixed layout and interactions of grid view
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss index 8f12c1a24..c0a2cbc22 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.scss +++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss @@ -4,11 +4,10 @@ width: 100%; height: 100%; flex-direction: column; - - .document-wrapper { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; - } +} +.collectionGridView_contents .document-wrapper { + display: flex; + flex-direction: column; + width: 100%; + height: 100%; }
\ No newline at end of file |
