- กระทู้:
- 3 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- สิงหาคม 13, 2016, 10:07:40 PM
- เวลาท้องถิ่น:
- มีนาคม 01, 2026, 04:14:48 AM
- ใช้งานล่าสุด:
- สิงหาคม 17, 2016, 10:39:24 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; }