- กระทู้:
- 36 (0.007 ต่อวัน)
- Karma:
- +1/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 02, 2012, 09:08:51 AM
- เวลาท้องถิ่น:
- มกราคม 25, 2026, 03:55:40 AM
- ใช้งานล่าสุด:
- ธันวาคม 03, 2016, 10:15:07 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; }