diff options
author | Phil Hughes <me@iamphill.com> | 2019-03-26 18:37:30 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-03-26 18:37:30 +0000 |
commit | b0a873aae627accd604fbc50db9d2c89f6b87dbe (patch) | |
tree | b4e17f49752a4aa4eef616fc4237b85b8c495599 /app | |
parent | 342f96040a362cbb27dbfa992cf1a5867eebd3a4 (diff) | |
parent | 682365f80ec1a7081a1427c43951740cd09a4915 (diff) | |
download | gitlab-ce-b0a873aae627accd604fbc50db9d2c89f6b87dbe.tar.gz |
Merge branch 'revert-0be93623' into 'master'
Revert "Merge branch 'remove-unused-css-from-mr-24724' into 'master'"
See merge request gitlab-org/gitlab-ce!26609
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 97a9a55c968..8fc08422d76 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -415,6 +415,12 @@ img.emoji { .ws-normal { white-space: normal; } .overflow-auto { overflow: auto; } +.d-flex-center { + display: flex; + align-items: center; + justify-content: center; +} + /** COMMON SIZING CLASSES **/ .w-0 { width: 0; } |