- กระทู้:
- 4 (0.001 ต่อวัน)
- Karma:
- +0/-0
- เพศ:
- หญิง
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- มกราคม 24, 2013, 08:11:21 PM
- เวลาท้องถิ่น:
- มีนาคม 18, 2026, 12:50:54 AM
- ภาษา:
- Thai
- ใช้งานล่าสุด:
- ธันวาคม 05, 2013, 08:29:47 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; }