- กระทู้:
- 6 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 13, 2012, 01:33:10 AM
- เวลาท้องถิ่น:
- มีนาคม 15, 2026, 10:36:58 PM
- ใช้งานล่าสุด:
- ธันวาคม 31, 2012, 01:08:15 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; }