Skip to content

Commit 9130ad7

Browse files
committed
make results section of webgui full width
1 parent d660104 commit 9130ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/dream_web/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ div {
4444
}
4545
#results {
4646
text-align: center;
47-
max-width: 1000px;
47+
// max-width: 1024px;
4848
margin: auto;
4949
padding-top: 10px;
5050
}
@@ -64,7 +64,7 @@ input[type="number"] {
6464
width: 150px;
6565
}
6666
hr {
67-
width: 200px;
67+
// width: 200px;
6868
}
6969
label {
7070
white-space: nowrap;

0 commit comments

Comments
 (0)