Merge pull request #29032 from sokumon/report-padding

fix(style): padding added in query-report view
This commit is contained in:
Soham Kulkarni 2025-01-08 14:22:12 +05:30 committed by GitHub
commit 8efd35768d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,8 @@
.report-wrapper {
overflow: auto;
padding-left: 15px;
padding-right: 15px;
}
.report-view {
@ -291,3 +293,7 @@
margin-bottom: 5px;
}
}
.input-group > * {
margin-right: 10px;
}