diff --git a/app/livechat/client/route.js b/app/livechat/client/route.js index f440147a9fa..d0bdd9bcac1 100644 --- a/app/livechat/client/route.js +++ b/app/livechat/client/route.js @@ -71,6 +71,7 @@ AccountBox.addRoute({ sideNav: 'livechatFlex', i18nPageTitle: 'Edit_Department', pageTemplate: 'livechatDepartmentForm', + customContainer: true, }, livechatManagerRoutes, load); AccountBox.addRoute({ @@ -79,6 +80,7 @@ AccountBox.addRoute({ sideNav: 'livechatFlex', i18nPageTitle: 'New_Department', pageTemplate: 'livechatDepartmentForm', + customContainer: true, }, livechatManagerRoutes, load); AccountBox.addRoute({ diff --git a/app/livechat/client/stylesheets/livechat.less b/app/livechat/client/stylesheets/livechat.less index 0e664940a2f..507984d4492 100644 --- a/app/livechat/client/stylesheets/livechat.less +++ b/app/livechat/client/stylesheets/livechat.less @@ -548,12 +548,10 @@ flex: 0 0 auto; margin-top: 26px; padding-left: 30px; - border-left: 1px solid #cccccc; & > .rc-button__group { margin: 0 5px; } - } .livechat-current-chats-tag-filter-wrapper { diff --git a/app/livechat/client/views/app/livechatCurrentChats.html b/app/livechat/client/views/app/livechatCurrentChats.html index 5c65baace00..dc931db674b 100644 --- a/app/livechat/client/views/app/livechatCurrentChats.html +++ b/app/livechat/client/views/app/livechatCurrentChats.html @@ -75,7 +75,7 @@