From 9923810d4fe409cb4508b5026d7753a109c2ebc1 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 2 Mar 2017 12:32:15 +0100 Subject: [PATCH] line-break is not stable ... --- Yavsc/wwwroot/css/bootstrap.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Yavsc/wwwroot/css/bootstrap.css b/Yavsc/wwwroot/css/bootstrap.css index 5a38ad50..223c0623 100644 --- a/Yavsc/wwwroot/css/bootstrap.css +++ b/Yavsc/wwwroot/css/bootstrap.css @@ -6060,8 +6060,7 @@ button.close { white-space: normal; filter: alpha(opacity=0); opacity: 0; - - line-break: auto; + line-break: auto; /* experimental */ } .tooltip.in { filter: alpha(opacity=90); @@ -6185,8 +6184,7 @@ button.close { border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); - - line-break: auto; + line-break: auto; /* experimental */ } .popover.top { margin-top: -10px;