Skip to content

Commit 5ce3e7b

Browse files
committed
minor
1 parent 11d934e commit 5ce3e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/conversation/MessageUI.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ qx.Class.define("osparc.conversation.MessageUI", {
104104
})).set({
105105
decorator: "chat-bubble",
106106
allowGrowX: false,
107+
padding: 8,
107108
});
108109
if (isMyMessage) {
109110
bubbleStyle = { "border-top-right-radius": "0px" };
@@ -126,7 +127,7 @@ qx.Class.define("osparc.conversation.MessageUI", {
126127
allowGrowY: false,
127128
marginTop: 4,
128129
alignY: "top",
129-
icon: "@FontAwesome5Solid/ellipsis-v/14",
130+
icon: "@FontAwesome5Solid/ellipsis-v/12",
130131
focusable: false
131132
});
132133
this._addAt(control, 2);

services/static-webserver/client/source/class/osparc/theme/Decoration.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ qx.Theme.define("osparc.theme.Decoration", {
3232
// width: 1,
3333
// color: "text-disabled",
3434
backgroundColor: "background-main-2",
35-
padding: 8,
3635
}
3736
},
3837

0 commit comments

Comments
 (0)