reset text align in popovers given inline insertion

This commit is contained in:
Mark Otto 2012-12-02 02:30:00 -08:00
parent ea61cdb740
commit 139f1be49d
2 changed files with 2 additions and 0 deletions

View File

@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini {
display: none;
width: 236px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #ccc;

View File

@ -11,6 +11,7 @@
display: none;
width: 236px;
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popoverBackground;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;