- กระทู้:
- 19 (0.004 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 12, 2012, 11:29:47 AM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 12, 2026, 05:23:52 AM
- ใช้งานล่าสุด:
- มกราคม 14, 2013, 03:10:27 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; }