Skip to content

Commit

Permalink
reset text align in popovers given inline insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 2, 2012
1 parent ea61cdb commit 139f1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions less/popovers.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 139f1be

Please sign in to comment.