Commit dfa9e89e authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 4c8d6d9a dfd09753
...@@ -406,6 +406,8 @@ img.emoji { ...@@ -406,6 +406,8 @@ img.emoji {
.block { display: block; } .block { display: block; }
.flex { display: flex; } .flex { display: flex; }
.center { text-align: center; } .center { text-align: center; }
.block { display: block; }
.flex { display: flex; }
.vertical-align-middle { vertical-align: middle; } .vertical-align-middle { vertical-align: middle; }
.vertical-align-sub { vertical-align: sub; } .vertical-align-sub { vertical-align: sub; }
.flex-align-self-center { align-self: center; } .flex-align-self-center { align-self: center; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment