mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
reset text align in popovers given inline insertion
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user