Commit b0a873aa authored by Phil Hughes's avatar Phil Hughes

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
parents 342f9604 682365f8
......@@ -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; }
......
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