This fixes the close button not being vertically aligned in the tab bar.
## Before

## After

---
Release Notes:
- Fixed close-tab button not being vertically aligned in the tab bar.
@@ -549,7 +549,7 @@ impl Render for NotificationPanel {
.px_2()
.py_1()
// Match the height of the tab bar so they line up.
- .h(rems(ui::Tab::HEIGHT_IN_REMS))
+ .h(rems(ui::Tab::CONTAINER_HEIGHT_IN_REMS))
.border_b_1()
.border_color(cx.theme().colors().border)
.child(Label::new("Notifications"))