Ensure that maintenance job should be worked properly for indexes under a materialized view. Fixes #4223.

This commit is contained in:
Akshay Joshi
2020-05-11 16:47:36 +05:30
parent 073d90c4a6
commit 9d08776824
3 changed files with 6 additions and 0 deletions

View File

@@ -1109,4 +1109,7 @@ select:-webkit-autofill:focus {
/* Left side has a check icon, right side corrected */
.btn-radiomodern {
padding-right: 1.75*$input-btn-padding-x !important;
&.disabled {
pointer-events: none !important;
}
}