Browse Source

Reset some styles in tooltip

pull/4164/head
Jack Lukic 8 years ago
parent
commit
6fea79b669
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/modules/popup.less

2
src/definitions/modules/popup.less

@ -105,6 +105,8 @@
pointer-events: none;
content: attr(data-tooltip);
position: absolute;
text-transform: none;
text-align: left;
white-space: nowrap;
margin-bottom: @tooltipArrowOffset;

Loading…
Cancel
Save