mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(docs-infra): align the page title with its edit action
The page title row (`.docs-page-title`) relied on the default flex alignment, so the edit icon next to the title did not line up with the title text. Add `align-items: baseline` so the icon sits on the title's baseline.
This commit is contained in:
committed by
Kirill Cherkashin
parent
ebe92fe291
commit
e77a8a0c7a
@@ -132,6 +132,7 @@
|
||||
.docs-page-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
|
||||
h1 {
|
||||
margin-block: 0;
|
||||
|
||||
Reference in New Issue
Block a user