Commit 07f7802
fix(ui): equal column widths for block-drawer blocks (#15867)
# What?
Fixes unequal block-drawer column widths causing layout breaking with
long block labels
## Before
<img width="1330" height="1319" alt="image"
src="https://github.com/user-attachments/assets/9281cf3b-994f-47c9-bc25-001b40e61282"
/>
## After
<img width="1321" height="1298" alt="image"
src="https://github.com/user-attachments/assets/85dc44c7-cfd3-4591-96f2-ef9cf41de46c"
/>
---------
Co-authored-by: Patrik Kozak <35232443+PatrikKozak@users.noreply.github.com>1 parent 2bdf7ce commit 07f7802
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments