Skip to content
Snippets Groups Projects
Commit 99b5965a authored by Martin Wortschack's avatar Martin Wortschack Committed by Fatih Acet
Browse files

(CE Port) Add MR table component for Productivity Analytics

parent 55f99e93
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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; }
 
Loading
Loading
Loading
Loading
@@ -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;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment