Skip to content

Commit

Permalink
[TASK] Improve PageTree search input alignment
Browse files Browse the repository at this point in the history
Align the search input to the toolbar icons.

Releases: master
Resolves: #93476
Related: #93474
Change-Id: I50c8344f2370c32980db247e63fadd3a2f67287c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67679
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Richard Haeser <richard@richardhaeser.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Richard Haeser <richard@richardhaeser.com>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bnf authored and bmack committed Feb 9, 2021
1 parent 68ff425 commit 277c92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Sources/Sass/component/_svgtree.scss
Expand Up @@ -302,7 +302,7 @@ $svgColors: (

.svg-toolbar__search {
flex: 1 0 auto;
margin-right: 0.5rem;
margin: 0 0.5rem 0 0.25rem;
}
}

Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/Resources/Public/Css/backend.css

Large diffs are not rendered by default.

0 comments on commit 277c92f

Please sign in to comment.