@webitel/ui-chats 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-chats",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Reusable Webitel Frontend Code for Chats UI",
5
5
  "workspaces": [
6
6
  "../../",
@@ -63,6 +63,10 @@ function insertAtCursor(text: string) {
63
63
  </script>
64
64
 
65
65
  <style scoped>
66
+ .chat-text-field {
67
+ min-height: 0;
68
+ }
69
+
66
70
  .chat-text-field :deep(textarea) {
67
71
  /* https://webitel.atlassian.net/browse/WTEL-7388
68
72
  fixed styles after component migrated on vuetify */