1/*--------------------------------------------------------------------------------------------- 2 * Copyright (c) Microsoft Corporation. All rights reserved. 3 * Licensed under the MIT License. See License.txt in the project root for license information. 4 *--------------------------------------------------------------------------------------------*/ 5 6.sessions-chat-agent-host-config { 7 display: flex; 8 align-items: center; 9 min-width: 0; 10} 11 12.sessions-chat-agent-host-config:empty { 13 display: none; 14} 15 16.sessions-chat-agent-host-config a.action-label { 17 touch-action: manipulation; 18} 19 20