- กระทู้:
- 8 (0.002 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- เมษายน 10, 2017, 09:15:32 PM
- เวลาท้องถิ่น:
- มีนาคม 12, 2026, 11:15:09 PM
- ใช้งานล่าสุด:
- พฤษภาคม 26, 2017, 10:39:09 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; }