Fixed styles of tables within tables with new class - #3707

Former-commit-id: 6775b6f96669d33fb2130bfca2448d40d2de0964
This commit is contained in:
Tatiana Llorente 2019-04-17 09:34:24 +02:00
parent b50ed1c810
commit 83cda70e0a
1 changed files with 1 additions and 1 deletions

View File

@ -5024,7 +5024,7 @@ table.info_table {
border-spacing: 0;
}
table.info_table tbody > tr:nth-child(even) {
table.info_table > tbody > tr:nth-child(even) {
background-color: #f5f5f5;
}