Fix toolbar spacing regressions (#29964)

Cleaning up as I introduced a few regressions in this PR:
https://github.com/zed-industries/zed/pull/29866.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-05-05 22:28:35 -03:00 committed by GitHub
parent bdd911f89e
commit 377909a646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 33 deletions

View file

@ -433,7 +433,6 @@ impl Render for QuickActionBar {
h_flex()
.id("quick action bar")
.p(DynamicSpacing::Base08.rems(cx))
.gap(DynamicSpacing::Base01.rems(cx))
.children(self.render_repl_menu(cx))
.children(self.render_toggle_markdown_preview(self.workspace.clone(), cx))