mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 19:22:10 -05:00
Fixed Panel Body Max-Height
This commit is contained in:
parent
6b446aae03
commit
789c2fc42b
@ -5930,4 +5930,9 @@ input[name="username"] {
|
|||||||
#accordion .panel-body label.checked:before, .checkbox label.checked:before {
|
#accordion .panel-body label.checked:before, .checkbox label.checked:before {
|
||||||
content:"";
|
content:"";
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-faq .panel-collapse .panel-body {
|
||||||
|
max-height: 200px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user