Fix deprecation warning text being covered by right dock (#30456)

Closes [#30378](https://github.com/zed-industries/zed/issues/30378)

Release Notes:

- Fixed deprecation warning text being covered by right dock

---------

Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
This commit is contained in:
Sergei Kartsev 2025-05-11 23:54:21 +02:00 committed by GitHub
parent ae31aa2759
commit cee9f4b013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 86 additions and 60 deletions

View file

@ -78,6 +78,7 @@ languages = { workspace = true, features = ["load-grammars"] }
libc.workspace = true
log.workspace = true
markdown_preview.workspace = true
markdown.workspace = true
menu.workspace = true
migrator.workspace = true
mimalloc = { version = "0.1", optional = true }