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:
yamanerkam
2026-06-18 13:58:23 +03:00
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;