Skip to content

Commit 040360f

Browse files
committed
added fix for last header overlapping text and cannot click link. and improved table
1 parent ca87a35 commit 040360f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

assets/scss/_content.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727

2828
p {
29+
z-index: 10;
2930
margin-top: 0px;
3031
margin-bottom: 0px;
3132
}

assets/scss/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
content: " ";
4343
margin-top: -90px;
4444
padding-top: 90px;
45+
z-index: 5;
4546
}
4647
}
4748

content/en/blog/releases/2024.X/2024.11.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ The documentation now includes instructions on how to add the encryption key to
487487

488488
##### Added Grafana Components Compatibility table to release notes
489489

490-
The [Grafana Components Compatibility][] table has been added to the release notes.
490+
The [Grafana Components Compatibility][] table has been added to the release notes.
491491

492492
<!-- Product Portal - Release Notes - Grafana components -Versioning in components table and linking to release tags in github as well as CORTEX version -->
493493

@@ -648,13 +648,13 @@ There are no known limitations added as part of the 2024.11 release of the {{% c
648648

649649
### Grafana Components Compatibility
650650

651-
| Release | Grafana WebApp Version | Grafana Loki Version | Observability Version |
652-
|---------|--------------------------|----------------------|------------------------------|
653-
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
654-
| 2024.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
655-
| 2024.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
656-
| 2024.5 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
657-
| 2024.3 | [8.5.4][Grafana 8.5.4] | [2.5.0][Loki 2.5.0] | [2.2.0][Observability 2.2.0] |
651+
| Release | Grafana WebApp Version | Grafana Loki Version | {{% ctx %}}Observability Version |
652+
|---------|--------------------------|----------------------|----------------------------------|
653+
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
654+
| 2024.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
655+
| 2024.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
656+
| 2024.5 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
657+
| 2024.3 | [8.5.4][Grafana 8.5.4] | [2.5.0][Loki 2.5.0] | [2.2.0][Observability 2.2.0] |
658658

659659
## Install Instructions
660660

0 commit comments

Comments
 (0)