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
4 changes: 4 additions & 0 deletions media/css/cms/pages/flare26-release-notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
display: flex;
font-size: 1.5rem; /* 24px - static */
gap: var(--token-spacing-sm);

.fl-icon {
flex-shrink: 0;
}
}

.fl-c-release-notes-pre-footer {
Expand Down
6 changes: 3 additions & 3 deletions springfield/firefox/templates/firefox/releases/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h3>{{ note.tag }}</h3>
/>
{% else %}
<img class="sidebar-icon" alt="" src="{{ static('protocol/img/icons/developer.svg') }}" width="30" height="30">
<h3>Developer</h3>
<h3>{{ note.tag }}</h3>
{% endif %}
</div>
<div class="mzp-l-main mzp-l-article">
Expand Down Expand Up @@ -555,7 +555,7 @@ <h3>{{ note.tag }}</h3>
icon_name="critical"
hidden="true"
/>
{{ note.tag }}
Unresolved
</span>
Comment thread
maureenlholland marked this conversation as resolved.
{% endset %}
<include:heading
Expand Down Expand Up @@ -590,7 +590,7 @@ <h3>Unresolved</h3>
icon_name="avatar-signed-out"
hidden="true"
/>
{{ note.tag }}
Community Contributions
</span>
{% endset %}
<include:heading
Expand Down
Loading