Commit 3e6aa8c
style(shared-tags): apply table-actions class so row icons render horizontally
The edit and delete icons in the tag-management dialog were stacking
vertically: the wrapper <div> had no flex styling so the two mat-icon-buttons
wrapped to two rows even though the column had room for them side-by-side.
The colocated SCSS already defined `.table-actions { display: flex; gap: 4px; }`
but the class was never applied. Adding it gives the existing rule something
to bind to.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f84f137 commit 3e6aa8c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments