- กระทู้:
- 2 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- พฤศจิกายน 26, 2014, 03:48:07 PM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 12, 2026, 04:09:24 AM
- ใช้งานล่าสุด:
- ธันวาคม 23, 2015, 06:53:32 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; }