mirror of https://github.com/twbs/bootstrap.git
reset text align in popovers given inline insertion
This commit is contained in:
parent
ea61cdb740
commit
139f1be49d
|
@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini {
|
||||||
display: none;
|
display: none;
|
||||||
width: 236px;
|
width: 236px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
text-align: left;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
width: 236px;
|
width: 236px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
text-align: left; // Reset given new insertion method
|
||||||
background-color: @popoverBackground;
|
background-color: @popoverBackground;
|
||||||
-webkit-background-clip: padding-box;
|
-webkit-background-clip: padding-box;
|
||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
|
|
Loading…
Reference in New Issue