blob: 4ab39b3f5ff030485ef4ad09a80f3b470d5229e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#posts tbody tr {
cursor: pointer;
}
textarea.asset-list {
min-height: 200px;
height: 20vh;
}
#site-add-domains {
min-height: 100px;
}
#project-edit-releases {
height: 40vh;
overflow: auto;
}
|