[phpmyadmin/phpmyadmin] 0861e0: Fix several issues with table headers in Safari

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0861e05531b9acc855c4f946e93ff9c42a06ff8a https://github.com/phpmyadmin/phpmyadmin/commit/0861e05531b9acc855c4f946e93f... Author: Bob Terrell <bob.terrell@acordex.com> Date: 2018-08-23 (Thu, 08 August 2018) -04:00 Changed paths: M js/sql.js M templates/display/results/comment_for_row.twig Log Message: ----------- Fix several issues with table headers in Safari The width += 1 does not apply to Safari, either. Safari requires min-width and max-width to be set. “width” is not honored. Add a line break to template so comments stay on separate line. Moved browser checks to higher scope; the user agent only needs to be checked once, not once per cell. Signed-off-by: Bob Terrell <bob.terrell@acordex.com> Commit: 32b801cce42537540a1ae576dafee58391fe85d8 https://github.com/phpmyadmin/phpmyadmin/commit/32b801cce42537540a1ae576dafe... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-28 (Tue, 08 August 2018) -04:00 Changed paths: M js/sql.js M templates/display/results/comment_for_row.twig Log Message: ----------- Merge pull request #14589 from btacordex/fix-table-headers-safari Fix several issues with table headers in Safari
participants (1)
-
Bob Terrell