forked from x/volcanos
13 lines
180 B
CSS
13 lines
180 B
CSS
fieldset.feel div.action {
|
|
clear:none;
|
|
}
|
|
|
|
fieldset.feel div.output {
|
|
min-height:100px;
|
|
}
|
|
fieldset.feel div.output div.content {
|
|
max-height:200px;
|
|
overflow:auto;
|
|
}
|
|
|