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:
parent
2094ded82c
commit
c81548529b
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user