mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10872 from overleaf/jel-cms-vertically-center-fix
[web] Vertically center columns when option selected on CMS GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43
This commit is contained in:
parent
c7a10558bf
commit
30a47a2bb5
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@
|
|||
@media (min-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
|
||||
.col-* {
|
||||
div[class*='col-'] {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue