Fixed calendar opening issue on the exception tab inside the schedules tab of pgAgent. Fixes #4512

This commit is contained in:
Aditya Toshniwal
2020-04-06 12:59:04 +05:30
committed by Akshay Joshi
parent 4da327088c
commit 4f71dae598
3 changed files with 7 additions and 2 deletions

View File

@@ -884,8 +884,8 @@ body {
table.table-noouter-border {
border: none !important;
tbody tr:last-of-type{
& td {
& > tbody > tr:last-of-type{
& > td {
border-bottom: $table-border-width solid transparent;
}
}