Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions assets/scss/_elements_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,16 @@ div.tip {

.heading-link {
position: relative;
display: flex;
align-items: center;
gap: 0.3rem;

.heading-anchor {
display: inline-block;
font-size: 0.6em;
opacity: 0;
transform: translateY(2px);
transition: opacity 0.3s ease, transform 0.3s ease;
margin-left: 0.25rem;
text-decoration: none;
white-space: nowrap;
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}

&:hover .heading-anchor {
Expand Down
2 changes: 1 addition & 1 deletion content/en/cloud/concepts/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Catalog content is categorized in a number of ways:

<!-- List design metadata and descriptions here -->

### Publishing from Kanvas 🔗
### Publishing from Kanvas

To publish a design into the catalog:

Expand Down
Loading