aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionGrid/CollectionGridView.scss
blob: 8f12c1a248c1d8f372cb43fb9abfd1c60e66222f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.collectionGridView_contents {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-direction: column;

    .document-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
}