Merge pull request #3109 from overleaf/ta-metrics-tooltips

Fix Metrics Tooltips

GitOrigin-RevId: 61bae63b78408132e38e070851a53812bbe6dc6b
This commit is contained in:
Timothée Alby 2020-08-18 15:09:05 +02:00 committed by Copybot
parent 7fc0f88996
commit f5f50188ef
3 changed files with 2 additions and 4 deletions

View file

@ -2,5 +2,6 @@
node_modules
modules/**/scripts
frontend/js/vendor
modules/**/frontend/js/vendor
public/js
public/minjs

View file

@ -2,5 +2,6 @@
node_modules
modules/**/scripts
frontend/js/vendor
modules/**/frontend/js/vendor
public/js
public/minjs

View file

@ -77,10 +77,6 @@
z-index: 10;
}
.tooltip {
width: 150px;
}
// BEGIN: Metrics header
.metric-header-container {
> h4 {