Change graph element size.

This commit is contained in:
Sato Hiroyuki 2013-03-19 19:27:15 +09:00
parent 351c952192
commit 175e09f167
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
.graph {
background: #f1f1f1;
cursor: move;
height: 70%;
height: 500px;
overflow: hidden;
}
}