fix tooltip styles

This commit is contained in:
Ildar Kamalov
2018-09-04 12:43:13 +03:00
parent bed92f89f0
commit 0e99a65687
4 changed files with 56 additions and 16 deletions

View File

@@ -1,4 +1,9 @@
.ReactTable .rt-th,
.ReactTable .rt-td {
padding: 10px 15px;
overflow: visible;
}
.rt-tr-group .red {
background-color: #fff4f2;
}