WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5c922a-88.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 113362 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: How to correct outlined small textarea bug ?
GuillaumeDgr
pro premium asked 5 years ago
Expected behavior
Normal behavior (text in the middle of outlined line) :

Actual behavior
Text above line :

Resources (screenshots, code snippets etc.)
<mdb-input
required
outline
length="300"
counter
:counterMaxValue="300"
v-model.trim="object.description"
label="Description"
size="sm"
type="textarea"
:rows="7"
/>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: 6.7.2
- Device: Mac book pro
- Browser: Firefox developers
- OS: MacOs
- Provided sample code: No
- Provided link: No