mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that statue message should not hide the last line of messages when running a long query. Fixes #7020
This commit is contained in:
committed by
Akshay Joshi
parent
da5545ff57
commit
701e6f86f5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user