Fix mouse over tooltip width. (#614)

This commit is contained in:
Miguel Medeiros
2021-07-07 16:20:17 -03:00
committed by GitHub
parent 758c945170
commit 87a55cce0c
2 changed files with 12 additions and 6 deletions

View File

@@ -692,4 +692,10 @@ th {
padding-left: 5px;
}
}
}
.fee-estimation-wrapper {
.tooltip.show {
width: 220px;
}
}