소스 검색

fix: playground气泡溢出 #511

1808837298@qq.com 1 년 전
부모
커밋
746311242b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      web/src/index.css

+ 5 - 0
web/src/index.css

@@ -65,6 +65,11 @@ body {
   height: 100%;
   height: 100%;
 }
 }
 
 
+.semi-chat-chatBox-content {
+  min-width: auto;
+  word-break: break-word;
+}
+
 .tableHiddle {
 .tableHiddle {
   display: none !important;
   display: none !important;
 }
 }