ZIm/crates/editor/src
Thorsten Ball 1cbdf2ba22 Fix overlapping block headers when using custom line height
This fixes block headers overlapping over text in the buffer when using
a custom line height of 1.25.

It fixes the issue by making the parent container a v-flex,
vertically-justifying the content and moving from relative padding to
absolute padding for the header itself.

Co-authored-by: antonio <antonio@zed.dev>
Co-authored-by: julia <julia@zed.dev>
Co-authored-by: marshall <marshall@zed.dev>
2024-01-16 17:20:27 +01:00
..
display_map gpui: Make TextSystem::line_wrapper non-fallible. (#4022) 2024-01-11 18:52:00 +01:00
scroll Select next/previous word for multiple carets if possible 2024-01-15 23:42:36 +02:00
test gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
display_map.rs Even more docs 2024-01-09 12:02:12 -07:00
editor.rs Adds a way to select items under multiple carets (#4067) 2024-01-16 11:08:48 +02:00
editor_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
editor_tests.rs Fix the tests 2024-01-16 10:58:27 +02:00
element.rs Fix overlapping block headers when using custom line height 2024-01-16 17:20:27 +01:00
git.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
highlight_matching_bracket.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
hover_popover.rs Restore hover action in the editor 2024-01-11 16:19:44 +02:00
inlay_hint_cache.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
items.rs Add more open events 2024-01-15 16:26:04 -05:00
link_go_to_definition.rs Improve deactivate simulation 2024-01-04 22:06:52 -07:00
mouse_context_menu.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
movement.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
persistence.rs wip 2023-01-25 11:32:19 -08:00
rust_analyzer_ext.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
scroll.rs Fix panic in set_scroll_anchor_remote 2024-01-09 14:19:48 -07:00
selections_collection.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
test.rs Remove some todo!'s 2024-01-09 11:36:36 +02:00