Răsfoiți Sursa

set min-width (#28244)

ycw 1 an în urmă
părinte
comite
d544cd2b60
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 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';
 		dom.style.right = x + 'px';