- กระทู้:
- 2 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- มีนาคม 21, 2015, 02:29:56 PM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 27, 2026, 05:38:03 AM
- ใช้งานล่าสุด:
- กันยายน 12, 2016, 10:31:43 AM
/* 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; }