Skip to content

Commit

Permalink
[BUGFIX] Vertically align icon flag in page module again
Browse files Browse the repository at this point in the history
Resolves: #103429
Releases: main, 12.4
Change-Id: Id8ab8e745a316f8af0abcfe495b7174f0afe1b96
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83530
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
minapok committed Mar 20, 2024
1 parent 040be42 commit 14de669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build/Sources/Sass/module/_page.scss
Expand Up @@ -207,6 +207,11 @@ html {
}
}

.t3-page-ce-header-icon-flag {
display: inline-flex;
align-items: center;
}

.t3-page-ce-body {
padding: var(--pagemodule-grid-spacing);
word-wrap: break-word;
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/backend/Resources/Public/Css/backend.css
Expand Up @@ -4401,6 +4401,7 @@ html{scroll-behavior:smooth}
.t3-page-ce-header-left{display:flex;-moz-column-gap:.25rem;column-gap:.25rem}
.t3-page-ce-header-left,.t3-page-ce-header-right{flex-shrink:0}
.t3-page-ce-header-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex-grow:1;font-weight:700}
.t3-page-ce-header-icon-flag{display:inline-flex;align-items:center}
.t3-page-ce-body{padding:var(--pagemodule-grid-spacing);word-wrap:break-word;margin-top:calc(var(--pagemodule-grid-spacing) * -1)}
.t3-page-ce-body:empty{display:none}
.t3-page-ce-body img{max-width:100%;height:auto}
Expand Down

0 comments on commit 14de669

Please sign in to comment.