Commit: 16c654becc3426d57ddc519236ae5d7144371f1a Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 14:21:24 -0800 Parents: 685109f51ed1a3c1fca7e9728276be490ce4ef46 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=16c654becc3426d57ddc519236ae5d7144371f1a 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
