- กระทู้:
- 2 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 24, 2016, 12:02:45 AM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 19, 2026, 03:52:29 AM
- ใช้งานล่าสุด:
- มกราคม 11, 2017, 10:18:59 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; }