diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index d752b37d..acc1ed9c 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -18,8 +18,8 @@ set -x CONVERSE_VERSION="v11.0.0" CONVERSE_REPO="https://github.com/conversejs/converse.js.git" # You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches. -# 2024-09-11: using Converse upstream (v11 WIP). -CONVERSE_COMMIT="b5452466b90ff646e9ba5aa19e572a8ba958db83" +# 2024-09-17: using Converse upstream (v11 WIP). +CONVERSE_COMMIT="07dc6f4f5da5890b02a46a8a2f2d0498649786bc" # It is possible to use another repository, if we want some customization that are not upstream (yet): # CONVERSE_VERSION="livechat" diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index cc3797e2..a269f538 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -203,6 +203,7 @@ body.converse-embedded { // This margin-left trick is to align the button on the right. margin-left: auto !important; order: 99; + white-space: nowrap; } } }