mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-09 03:21:57 +00:00
Merge pull request #3109 from overleaf/ta-metrics-tooltips
Fix Metrics Tooltips GitOrigin-RevId: 61bae63b78408132e38e070851a53812bbe6dc6b
This commit is contained in:
parent
7fc0f88996
commit
f5f50188ef
3 changed files with 2 additions and 4 deletions
|
@ -2,5 +2,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
modules/**/scripts
|
modules/**/scripts
|
||||||
frontend/js/vendor
|
frontend/js/vendor
|
||||||
|
modules/**/frontend/js/vendor
|
||||||
public/js
|
public/js
|
||||||
public/minjs
|
public/minjs
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
modules/**/scripts
|
modules/**/scripts
|
||||||
frontend/js/vendor
|
frontend/js/vendor
|
||||||
|
modules/**/frontend/js/vendor
|
||||||
public/js
|
public/js
|
||||||
public/minjs
|
public/minjs
|
||||||
|
|
|
@ -77,10 +77,6 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
|
||||||
width: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// BEGIN: Metrics header
|
// BEGIN: Metrics header
|
||||||
.metric-header-container {
|
.metric-header-container {
|
||||||
> h4 {
|
> h4 {
|
||||||
|
|
Loading…
Reference in a new issue