WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1608a3-60.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 = 101339 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 can I modify the max-width of the popover from 247px
frederickvalone
asked 6 years ago
I can control the width of a popover at least with using one of the provided width classes
Popover ignores an w-% classes and scoped css that is being applied to widen the text area
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.7.0
- Device: PC
- Browser: FF, CHROME
- OS: Linux, win 10
- Provided sample code: No
- Provided link: No
frederickvalone commented 6 years ago
The actual pixel max-width is 276 not 247 as noted in he title. This same issue applies to the tooltips so as it stands now both these "solutions" are not a solution that can be used for displaying help text to the user.