We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f4c6f commit 67ce72fCopy full SHA for 67ce72f
1 file changed
packages/frontend/src/views/WorkspaceView.vue
@@ -891,6 +891,7 @@ const closeFileManagerModal = () => {
891
flex-grow: 1; /* Allow this area to take up remaining space */
892
overflow: hidden; /* Prevent overflow */
893
min-width: 0; /* 允许收缩,避免终端内容撑宽该 flex 子项 */
894
+ max-width: 100%;
895
position: relative; /* Needed for potential absolute positioning inside */
896
/* Remove desktop margins/borders */
897
margin: 0;
0 commit comments