mirror of
https://shylinux.com/x/volcanos
synced 2025-04-27 01:28:28 +08:00
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;
|
|
}
|
|
|