- กระทู้:
- 4 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- 43
- วันที่สมัครสมาชิก:
- มิถุนายน 21, 2014, 01:34:42 PM
- เวลาท้องถิ่น:
- มกราคม 20, 2026, 04:17:14 PM
- ใช้งานล่าสุด:
- กรกฎาคม 29, 2014, 02:04:35 PM
/* Fix SMF editor overflow */ #postmodify textarea, #postmodify .editor, #postmodify .sceditor-container, .sceditor-container textarea { width: 100% !important; max-width: 100% !important; box-sizing: border-box; } /* Toolbar ไม่ล้น */ .sceditor-toolbar { width: 100% !important; box-sizing: border-box; }