Merge pull request #29032 from sokumon/report-padding
fix(style): padding added in query-report view
This commit is contained in:
commit
8efd35768d
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue