- กระทู้:
- 2 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- กันยายน 20, 2014, 11:44:57 AM
- เวลาท้องถิ่น:
- มีนาคม 12, 2026, 09:26:46 AM
- ใช้งานล่าสุด:
- พฤษภาคม 30, 2016, 07:00:16 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; }