Skip to content

Commit 427732d

Browse files
committed
Addressed feedback from Dimitar Nikolov
1 parent 545aa52 commit 427732d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

user-guide/components/data-sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The following configuration steps are available:
159159

160160
1. Provide the **Query** for data retrieval:
161161

162-
```SQL
162+
````SQL
163163
query paginateProducts($cursor: String) {
164164
site {
165165
products(first: 5, after: $cursor) {
@@ -176,7 +176,7 @@ The following configuration steps are available:
176176
}
177177
}
178178
}
179-
```
179+
````
180180

181181
>caption Set up GraphQL Service URL and Configure the Query
182182
38.9 KB
Loading

user-guide/report-structure.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ published: True
88
position: 10
99
---
1010

11+
<style>
12+
img[alt$="><"] {
13+
border: 1px solid lightgrey;
14+
}
15+
16+
</style>
17+
1118
# The Basic Structure of a Report
1219

1320
Each report consists of sections that divide the report vertically and [report items](#report-items) that you place in each section. A report section represents a specific area on the report page and defines what items can be placed in that area and how these items will appear.
1421

15-
![Report Sections - Web Report Designer User Guide - Telerik Reporting](./images/wrd-report-sections-callouts.png)
22+
![Report Sections - Web Report Designer User Guide - Telerik Reporting ><](./images/wrd-report-sections-callouts.png)
1623

1724
By default, every new report you create has three sections:
1825

0 commit comments

Comments
 (0)