Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 2, 2022
1 parent 06f09da commit 29b6fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Fixed a bug where `Craft.cp.$tabs` was returning an empty collection.
- Fixed a JavaScript error that occurred when working with a condition builder within a namespaced field layout designer. ([#11026](https://github.com/craftcms/cms/issues/11026))
- Fixed a bug where it wasn’t possible to sort custom fields by clicking on their table headers. ([#11051](https://github.com/craftcms/cms/issues/11051))
- Fixed a bug where long entry titles would push the action buttons off-screen. ([#11061](https://github.com/craftcms/cms/issues/11061))

## 4.0.0-RC2 - 2022-04-28

Expand Down
2 changes: 1 addition & 1 deletion src/templates/_layouts/cp.twig
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div id="header-container">
<header id="header">
{% block header %}
<div id="page-title" class="flex{% if toolbar %} has-toolbar{% endif %}">
<div id="page-title" class="flex flex-nowrap{% if toolbar %} has-toolbar{% endif %}">
{% block pageTitle %}
{% if title is defined and title|length %}
<h1 class="screen-title" title="{{ title }}">{{ title }}</h1>
Expand Down

0 comments on commit 29b6fda

Please sign in to comment.