Skip to content

Commit 2d181ab

Browse files
authored
Update card container width for 400% zoom (#8454)
1 parent 36847f7 commit 2d181ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/nodejs/adaptivecards-designer/src/containers/webchat/webchat-container.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@ a.ac-anchor:visited:active {
252252
border-radius: 4px;
253253
}
254254

255+
@media (max-width: 416px) {
256+
.webChatOuterContainer {
257+
width: 100%;
258+
}
259+
}
260+
255261
/* Popup menu */
256262

257263
.ac-ctrl-overlay {

0 commit comments

Comments
 (0)