chore(sql_console): reverse preview and code sections

This commit is contained in:
Elian Doran 2026-01-17 20:44:03 +02:00
parent 5053e74447
commit 9010e0b1ce
No known key found for this signature in database

View File

@ -1,4 +1,8 @@
.sql-console-widget-container {
.note-detail-split.split-vertical {
flex-direction: column-reverse;
}
.note-detail-split-preview {
overflow: auto;
}