mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-16 10:12:49 +00:00
Merge pull request #10754 from overleaf/jel-cms-vertically-center-col
[web] Only center columns when the vertically centered option selected on CMS grids GitOrigin-RevId: 7890c870d5058ee927f66d7cd693b3cd35a2e117
This commit is contained in:
parent
1cc0d28724
commit
3d0d311584
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@
|
|||
@media (min-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
|
||||
* {
|
||||
.col-* {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue