ycw 1 rok temu
rodzic
commit
d544cd2b60
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      editor/js/Resizer.js

+ 1 - 1
editor/js/Resizer.js

@@ -36,7 +36,7 @@ function Resizer( editor ) {
 
 		const cX = clientX < 0 ? 0 : clientX > offsetWidth ? offsetWidth : clientX;
 
-		const x = Math.max( 260, offsetWidth - cX ); // .TabbedPanel min-width: 260px
+		const x = Math.max( 335, offsetWidth - cX ); // .TabbedPanel min-width: 335px
 
 		dom.style.right = x + 'px';