@chat21/chat21-web-widget 5.1.25 → 5.1.26

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/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.1.26
10
+ - **bug fixed**: attachment buttons text alignment
11
+
9
12
  # 5.1.25
10
13
  - **bug fixed**: attachment buttons in messages now respect the container max width and wrap/break long labels instead of being clipped
11
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.1.25",
4
+ "version": "5.1.26",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -1,5 +1,5 @@
1
1
  #buttons-in-message {
2
- text-align: right;
2
+ // text-align: right;
3
3
  display: block;
4
4
  // margin-right: 16px; //align attachment-buttons to bubble sent message
5
5
  height: auto;