Ensure that statue message should not hide the last line of messages when running a long query. Fixes #7020

This commit is contained in:
Aditya Toshniwal
2021-12-13 13:10:56 +05:30
committed by Akshay Joshi
parent da5545ff57
commit 701e6f86f5
2 changed files with 3 additions and 2 deletions

View File

@@ -29,10 +29,10 @@
.sql-editor-busy-text-status {
position: absolute;
padding: 0.25rem;
padding: 1rem 1.5rem;
bottom: 0;
right: 0;
left: 0;
opacity: 0.8;
background-color: $color-warning-light;
color: $color-warning-fg;
}