- กระทู้:
- 7 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 09, 2012, 01:38:17 AM
- เวลาท้องถิ่น:
- มกราคม 25, 2026, 04:18:54 AM
- ภาษา:
- Thai
- ใช้งานล่าสุด:
- กันยายน 02, 2014, 02:47:20 AM
/* 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; }