Custom Control fix in less file
This commit is contained in:
parent
024cf88589
commit
10ad8dd953
1 changed files with 2 additions and 2 deletions
|
|
@ -589,11 +589,11 @@ ul.dropdown-menu li a {
|
|||
}
|
||||
}
|
||||
|
||||
.custom_section_horizontal .custom_control {
|
||||
.custom_section_horizontal > .custom_control {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.custom_section_vertical .custom_control {
|
||||
.custom_section_vertical > .custom_control {
|
||||
display:block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue