- กระทู้:
- 5 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 18, 2014, 10:34:28 AM
- เวลาท้องถิ่น:
- มีนาคม 16, 2026, 12:34:46 PM
- ใช้งานล่าสุด:
- มกราคม 20, 2015, 03:15:49 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; }