aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
blob: 32c0bbfc1512a05f95aa08f60eab146c27d14acc (plain)
1
2
3
4
5
6
7
8
9
10
.dataviz {
    overflow: hidden;
    height: 100%;
    width: 100%;

    .datatype-button{
        display: flex;
        flex-direction: row;
    }
}