Fixed process widget to scroll properly.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@275 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-03-10 21:18:12 +00:00
parent 2094ded82c
commit c81548529b

View File

@ -8,7 +8,6 @@
.process-panel-inner {
border: 1px solid #ccc;
width: 500px;
max-height: 70px;
margin: 0 auto;
text-align: left;
background: #fffee0;
@ -20,6 +19,7 @@
}
.process-panel-body {
max-height: 70px;
overflow: auto;
padding: 10px;
}