- กระทู้:
- 1 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- กันยายน 24, 2014, 11:05:52 AM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 25, 2026, 06:48:17 AM
- ภาษา:
- Thai
- ใช้งานล่าสุด:
- พฤศจิกายน 17, 2014, 01:42:54 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; }