WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1515eb-4.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 = 109520 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: Navbar items not shrinking to fit navbar width
Expected behavior I would like the navbar items to shrink (and wrap text) to fit the navbar width.
Actual behavior Navbar items are extending outside of the navbar box and not shrinking or wrapping
Resources (screenshots, code snippets etc.) https://mdbootstrap.com/snippets/jquery/council/2362304
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.19.1
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes
Tomek Makowski staff commented 5 years ago
Hi
All you have to do is just add
row
class toul
.example here: https://mdbootstrap.com/snippets/jquery/tomekmakowski/2362931
Regards