aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.scss
blob: bcbb44e683ee2c1aa9c839f590bbb031e418a084 (plain)
1
2
3
4
5
6
7
.equationBox-cont {
    transform-origin: center;
    width: fit-content;
    > span {
        width: fit-content;
    }
}