Skip to content

Commit

Permalink
Merge pull request #13217 from craftcms/bugfix/13216-meta-datetime-gap
Browse files Browse the repository at this point in the history
flex gap for meta datetime fields
  • Loading branch information
brandonkelly authored May 23, 2023
2 parents 24bd39b + 8199fb1 commit 817584b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed a bug where Matrix blocks nested within Neo or Super Table fields could be omitted when propagating an entry to a new site. ([#13207](https://github.com/craftcms/cms/issues/13207))
- Fixed a bug where `craft\web\View::registerTwigExtension()` could throw an exception if Twig was already initialized. ([#13208](https://github.com/craftcms/cms/issues/13208))
- Fixed a bug where entries mutated via GraphQL weren’t becoming globally enabled if `enabled` was set to `true`. ([#13214](https://github.com/craftcms/cms/pull/13214))
- Fixed a styling issue with “Post Date” and “Expiry Date” fields. ([#13216](https://github.com/craftcms/cms/issues/13216))
- Fixed two XSS vulnerabilities.

## 4.4.11 - 2023-05-15
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: 2 additions & 0 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4444,6 +4444,8 @@ $min2ColWidth: 400px;
}

& > .datetimewrapper {
gap: 0;

& > .datewrapper {
width: 55%;
}
Expand Down

0 comments on commit 817584b

Please sign in to comment.