- กระทู้:
- 5 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- มกราคม 01, 2013, 11:23:41 AM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 23, 2026, 06:14:48 PM
- ใช้งานล่าสุด:
- มีนาคม 28, 2013, 07:14:53 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; }