Skip to content

Commit

Permalink
Fixed a RTL styling bug
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Aug 13, 2024
1 parent b22fee7 commit f496fff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft CMS 4

## Unreleased

- Fixed a right-to-left styling issue.

## 4.11.2 - 2024-08-12

- Fixed an error that could occur if a new element was saved recursively. ([#15517](https://github.com/craftcms/cms/issues/15517))
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ li.breadcrumb-toggle-wrapper {
}

.announcement-label {
margin-left: 5px;
margin-inline-start: 5px;
font-size: 12px;
color: var(--light-text-color);
}
Expand Down

0 comments on commit f496fff

Please sign in to comment.