Fixed Panel Body Max-Height

This commit is contained in:
vedatakd 2019-08-02 10:51:13 +03:00
parent 6b446aae03
commit 789c2fc42b

View File

@ -5931,3 +5931,8 @@ input[name="username"] {
content:"";
color: transparent;
}
.panel-faq .panel-collapse .panel-body {
max-height: 200px;
overflow: scroll;
}