Fixing tooltip word-wrap

This commit is contained in:
Asaad Mahmood
2015-08-05 16:16:35 +05:00
parent 6ee11f0cbe
commit 949acc229d

View File

@@ -58,6 +58,9 @@
&.input-group--limit {
table-layout: fixed;
width: 100%;
.tooltip-inner {
word-wrap: break-word;
}
.form-control {
text-align: left;
display: table-cell;