Skip to content

Commit 2baa8ce

Browse files
committed
Increase height of ui list for logs
1 parent 202881d commit 2baa8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ span.title {
4242
overflow: scroll;
4343
}
4444
.ui.list {
45-
height: 35em;
45+
height: 38em;
4646
overflow: hidden;
4747
}
4848
.ui.list:hover {

app/css/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ span.title {
6363
}
6464

6565
.ui.list {
66-
height: 35em;
66+
height: 38em;
6767
overflow: hidden;
6868
}
6969

0 commit comments

Comments
 (0)