summaryrefslogtreecommitdiff
path: root/src/css/advanced-settings.css
blob: 1bb73055c6f24dd77179454a5eb6d713dcd0a3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
div > p:first-child {
    margin-top: 0;
    }
div > p:last-child {
    margin-bottom: 0;
    }
textarea {
    box-sizing: border-box;
    height: 60vh;
    text-align: left;
    white-space: pre;
    width: 100%;
    word-wrap: normal;
    }