Merge pull request #538 from Kilo-Org/fix/remove-redundant-copy-button

fix(ui): remove redundant copy button from TextPartDisplay
This commit is contained in:
Catriel Müller
2026-02-20 13:10:23 -03:00
committed by GitHub
@@ -5,4 +5,8 @@
[data-slot="text-part-body"] {
margin-top: 0;
}
[data-slot="text-part-copy-wrapper"] {
display: none;
}
}