Commit 139f1be4 authored by Mark Otto's avatar Mark Otto
Browse files

reset text align in popovers given inline insertion

parent ea61cdb7
Showing with 2 additions and 0 deletions
+2 -0
...@@ -5273,6 +5273,7 @@ input[type="submit"].btn.btn-mini { ...@@ -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 @@ ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment