- กระทู้:
- 15 (0.003 ต่อวัน)
- Karma:
- +1/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 02, 2012, 11:01:22 AM
- เวลาท้องถิ่น:
- มกราคม 25, 2026, 04:51:14 AM
- ภาษา:
- Thai
- ใช้งานล่าสุด:
- พฤศจิกายน 17, 2015, 01:03:55 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; }