- กระทู้:
- 3 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ตุลาคม 03, 2015, 04:32:07 PM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 23, 2026, 06:56:36 AM
- ใช้งานล่าสุด:
- มกราคม 09, 2017, 04:53:15 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; }