diff --git a/src/SearchBlock/styles.less b/src/SearchBlock/styles.less index e3a8f9528..24a2f9cc5 100644 --- a/src/SearchBlock/styles.less +++ b/src/SearchBlock/styles.less @@ -1426,8 +1426,14 @@ div.answers-section { font-weight: 400; .divider { + position: relative; + top: -3px; margin: 0 0.3em; } + + .section { + min-height: 1.1em; + } } } }