diff --git a/page/generic.scss b/page/generic.scss index a253570..86e3ec0 100644 --- a/page/generic.scss +++ b/page/generic.scss @@ -48,8 +48,10 @@ body { } } -.candidate { - /* When horizontal and there is multi-line candidate, make sure other candidates are vertical centered. */ +.horizontal .candidate { + /* When horizontal and there is multi-line candidate, + make sure other candidates are vertical centered. + Don't enable it for vertical. It will shrink highlight. */ display: flex; }