- กระทู้:
- 12 (0.004 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- เมษายน 10, 2017, 08:07:26 PM
- เวลาท้องถิ่น:
- มกราคม 25, 2026, 03:00:20 AM
- ใช้งานล่าสุด:
- เมษายน 30, 2017, 02:24:11 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; }