From f8eac322a3201bd8cb5d534c7dee91cb0399f662 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 5 Jul 2014 15:15:45 +0700 Subject: [PATCH] overflow ellipsis for site name and domain --- tooltip.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooltip.css b/tooltip.css index 9ade7bb..e6a1d7b 100644 --- a/tooltip.css +++ b/tooltip.css @@ -11,6 +11,8 @@ width: 400px; + text-align: left; + border-width: 1px; border-style: solid; border-color: #ccc; @@ -60,4 +62,7 @@ height: 18px; margin: 5px 10px; + + white-space: nowrap; + text-overflow: ellipsis; }