openreplay/frontend/app/components/Assist/ChatWindow/chatWindow.css
2021-07-08 10:52:41 +05:30

15 lines
No EOL
252 B
CSS

.wrapper {
background-color: white;
border: solid thin #000;
border-radius: 3px;
position: fixed;
width: 300px;
}
.headerTitle {
font-size: 12px;
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}