Commit 682365f8 authored by Paul Slaughter's avatar Paul Slaughter

Revert "Merge branch 'remove-unused-css-from-mr-24724' into 'master'"

This reverts merge request !26134
parent 02b29ce8
......@@ -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