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:
parent
bdd911f89e
commit
377909a646
4 changed files with 29 additions and 33 deletions
|
@ -893,9 +893,8 @@ impl Render for ProjectDiffToolbar {
|
|||
|
||||
h_group_xl()
|
||||
.my_neg_1()
|
||||
.items_center()
|
||||
.py_1()
|
||||
.px_2()
|
||||
.items_center()
|
||||
.flex_wrap()
|
||||
.justify_between()
|
||||
.child(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue