12 lines
191 B
CSS
12 lines
191 B
CSS
![]() |
/**
|
||
|
* @file
|
||
|
* Term checkboxes element styles.
|
||
|
*/
|
||
|
|
||
|
.webform-term-checkboxes-scroll .fieldset-wrapper {
|
||
|
max-height: 180px;
|
||
|
border: 1px solid #ccc;
|
||
|
padding: 0 10px;
|
||
|
overflow: auto;
|
||
|
}
|