mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 13:31:54 +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
|
||||
modules/**/scripts
|
||||
frontend/js/vendor
|
||||
modules/**/frontend/js/vendor
|
||||
public/js
|
||||
public/minjs
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
node_modules
|
||||
modules/**/scripts
|
||||
frontend/js/vendor
|
||||
modules/**/frontend/js/vendor
|
||||
public/js
|
||||
public/minjs
|
||||
|
|
|
@ -77,10 +77,6 @@
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
// BEGIN: Metrics header
|
||||
.metric-header-container {
|
||||
> h4 {
|
||||
|
|
Loading…
Reference in a new issue