Commit: 6f53d84ca61bdd817d3f05d138120cc65eb964aa Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 14:21:24 -0800 Parents: 1287e4244344bdee4789d10e03d37bd52e9d113f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6f53d84ca61bdd817d3f05d138120cc65eb964aa Log: Fix overflowing search result names (try searching "cairog"). Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 4e2f34a..8e76bf8 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2745,6 +2745,8 @@ fieldset { color: white; margin: 0; line-height: 1.3; + overflow: hidden; + text-overflow: ellipsis; } /* Class and other matches descriptions tend to be useless. */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
