Skip to content

Commit dfe827b

Browse files
committed
minor css cleanup
1 parent 8524c8c commit dfe827b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

static/controls.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
.vflex_line {
3-
height-min: 32px;
3+
min-height: 32px;
44
}
55

66
.checkbox {

static/models.css

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
padding: 20px;
6060
height: calc(100vh - 40px);
6161
overflow-y: auto;
62-
flex-grow: 1;
6362
}
6463

6564
.model-view-text {

0 commit comments

Comments
 (0)