Merge pull request #1351 from sharelatex/hb-csv-metrics-export

Add metrics csv download button

GitOrigin-RevId: 51597ef5b5901b1a659763d190648ed8d37e42ed
This commit is contained in:
Timothée Alby 2019-01-28 14:17:26 +00:00 committed by sharelatex
parent 300e7d2f12
commit 7739e0ece8

View file

@ -141,6 +141,14 @@
margin-bottom: 30px;
}
#csv {
padding-right: 10px;
}
h3 {
display: inline-block;
}
.section_header {
margin-bottom: 0;
}