- กระทู้:
- 1 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- พฤษภาคม 06, 2015, 02:46:46 PM
- เวลาท้องถิ่น:
- มกราคม 25, 2026, 03:32:38 AM
- ใช้งานล่าสุด:
- ตุลาคม 28, 2015, 10:32:50 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; }