[web] Vertically center columns when option selected on CMS GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43
@@ -346,7 +346,7 @@
@media (min-width: @screen-sm-min) {
display: flex;
- .col-* {
+ div[class*='col-'] {
align-self: center;
}