line-break is not stable ...

vnext
Paul Schneider 8 years ago
parent d9c23ab3be
commit d09189f830
1 changed files with 2 additions and 4 deletions

@ -6060,8 +6060,7 @@ button.close {
white-space: normal; white-space: normal;
filter: alpha(opacity=0); filter: alpha(opacity=0);
opacity: 0; opacity: 0;
line-break: auto; /* experimental */
line-break: auto;
} }
.tooltip.in { .tooltip.in {
filter: alpha(opacity=90); filter: alpha(opacity=90);
@ -6185,8 +6184,7 @@ button.close {
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto; /* experimental */
line-break: auto;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;

Loading…