Skip to content

Commit

Permalink
Use baseline for page layout control label alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 8, 2024
1 parent 94ff495 commit 3c8246d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/asset/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion application/asset/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4345,7 +4345,7 @@ body.sidebar-open #content {
#page-layout-controls label,
.block-page-layout-grid-controls label {
display: inline-flex;
align-items: center;
align-items: baseline;
}

#page-layout-controls select,
Expand Down

0 comments on commit 3c8246d

Please sign in to comment.