- กระทู้:
- 10 (0.002 ต่อวัน)
- Karma:
- +1/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- เมษายน 05, 2013, 11:30:27 AM
- เวลาท้องถิ่น:
- มีนาคม 17, 2026, 07:53:46 AM
- ใช้งานล่าสุด:
- มิถุนายน 04, 2013, 12:08:06 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; }