Skip to content

Commit

Permalink
added fix for last header overlapping text and cannot click link. and…
Browse files Browse the repository at this point in the history
… improved table
  • Loading branch information
cortex-lp committed Dec 3, 2024
1 parent ca87a35 commit 040360f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}

p {
z-index: 10;
margin-top: 0px;
margin-bottom: 0px;
}
Expand Down
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
content: " ";
margin-top: -90px;
padding-top: 90px;
z-index: 5;
}
}

Expand Down
16 changes: 8 additions & 8 deletions content/en/blog/releases/2024.X/2024.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ The documentation now includes instructions on how to add the encryption key to

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

The [Grafana Components Compatibility][] table has been added to the release notes.
The [Grafana Components Compatibility][] table has been added to the release notes.

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

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

### Grafana Components Compatibility

| Release | Grafana WebApp Version | Grafana Loki Version | Observability Version |
|---------|--------------------------|----------------------|------------------------------|
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.5 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.3 | [8.5.4][Grafana 8.5.4] | [2.5.0][Loki 2.5.0] | [2.2.0][Observability 2.2.0] |
| Release | Grafana WebApp Version | Grafana Loki Version | {{% ctx %}}Observability Version |
|---------|--------------------------|----------------------|----------------------------------|
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.5 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
| 2024.3 | [8.5.4][Grafana 8.5.4] | [2.5.0][Loki 2.5.0] | [2.2.0][Observability 2.2.0] |

## Install Instructions

Expand Down

0 comments on commit 040360f

Please sign in to comment.