We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9affb6 commit 22815a0Copy full SHA for 22815a0
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "planet",
3
"license": "AGPL-3.0",
4
- "version": "0.20.44",
+ "version": "0.20.45",
5
"myplanet": {
6
- "latest": "v0.33.66",
7
- "min": "v0.32.66"
+ "latest": "v0.34.30",
+ "min": "v0.33.30"
8
},
9
"scripts": {
10
"ng": "ng",
src/app/chat/chat-window/chat-window.scss
@@ -25,6 +25,7 @@
25
.textarea-container {
26
border: 1px solid $primary;
27
border-radius: 5px;
28
+ padding: 15px;
29
}
30
31
.textarea-container textarea {
0 commit comments