vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.21
- old
+ new
@@ -41,12 +41,13 @@
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
- background-color: rgba(71,74,84,1);
+ background: rgba(71,74,84,1);
border-radius: 3px;
color: rgba(255,255,255,1);
+ display: block;
letter-spacing: 0;
max-width: 200px;
padding: 5px 10px;
text-align: center;
text-decoration: none;
\ No newline at end of file