flarum / issue-archive

0 stars 0 forks source link

max-width of 200px on tooltip element #144

Open justoverclockl opened 3 years ago

justoverclockl commented 3 years ago

Bug Report

I've found this bug: https://i.ibb.co/vxN1JPY/Immagine.png link to duscussion: https://discuss.flarum.org/d/26292-css-problem-with-italian-translation

Current Behavior Text does not fit with css rules with italian translation.

Steps to Reproduce

  1. Go to 'new post'
  2. Hover on '@' for mention
  3. See error

Expected Behavior That text will fit into that css rules

Screenshots https://i.ibb.co/vxN1JPY/Immagine.png

Environment

Output of "php flarum info", run this in terminal in your Flarum directory.
Flarum core 0.1.0-beta.15
PHP version: 7.3.27
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, intl, json, mbstring, standard, mysqlnd, pcntl, mysqli, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, imap, shmop, SimpleXML, soap, sockets, sodium, exif, sysvmsg, sysvsem, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, memcached, ionCube Loader, Zend OPcache
+------------------------+------------------+--------+
| Flarum Extensions      |                  |        |
+------------------------+------------------+--------+
| ID                     | Version          | Commit |
+------------------------+------------------+--------+
| flarum-approval        | v0.1.0-beta.15   |        |
| flarum-bbcode          | v0.1.0-beta.15   |        |
| flarum-emoji           | v0.1.0-beta.15   |        |
| flarum-lang-english    | v0.1.0-beta.15   |        |
| flarum-flags           | v0.1.0-beta.15   |        |
| flarum-likes           | v0.1.0-beta.15   |        |
| flarum-lock            | v0.1.0-beta.15   |        |
| flarum-markdown        | v0.1.0-beta.15   |        |
| flarum-mentions        | v0.1.0-beta.15   |        |
| flarum-statistics      | v0.1.0-beta.15   |        |
| flarum-sticky          | v0.1.0-beta.15.1 |        |
| flarum-subscriptions   | v0.1.0-beta.15   |        |
| flarum-suspend         | v0.1.0-beta.15   |        |
| flarum-tags            | v0.1.0-beta.15   |        |
| nearata-lang-italian   | v0.1.0-beta.15.1 |        |
| flarum-pusher          | v0.1.0-beta.15   |        |
| fof-best-answer        | 0.3.6            |        |
| fof-linguist           | 0.5.0            |        |
| fof-formatting         | 0.3.1            |        |
| fof-oauth              | 0.2.1            |        |
| fof-analytics          | 0.11.0           |        |
| sycho-github-milestone | v0.1.1           |        |
| fof-username-request   | 0.4.2            |        |
| fof-links              | 0.5.4            |        |
+------------------------+------------------+--------+
Base URL: https://flarum.it

Possible Solution

askvortsov1 commented 3 years ago

@davwheat would flarum/framework#2697 fix this?

davwheat commented 3 years ago

Yes! It should wrap to multiple lines.