Commit 99b5965a authored by Martin Wortschack's avatar Martin Wortschack Committed by Fatih Acet

(CE Port) Add MR table component for Productivity Analytics

parent 55f99e93
......@@ -441,6 +441,7 @@ img.emoji {
.mw-460 { max-width: 460px; }
.mw-6em { max-width: 6em; }
.mw-70p { max-width: 70%; }
.mw-90p { max-width: 90%; }
.min-height-0 { min-height: 0; }
......
......@@ -285,3 +285,19 @@ ul.indent-list {
max-width: 350px;
}
}
.horizontal-list {
padding-left: 0;
list-style: none;
> li {
float: left;
}
&.list-items-separated {
> li:not(:last-child)::after {
content: '\00b7';
margin: 0 $gl-padding-4;
}
}
}
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