Skip to content

Commit

Permalink
Merge pull request #1113 from nextcloud/fix/tooltip_fontsize
Browse files Browse the repository at this point in the history
Adjust Tooltip font-size
  • Loading branch information
juliusknorr authored Jun 16, 2020
2 parents a169829 + 31c4582 commit 39f9322
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/directives/Tooltip/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,7 @@ $arrow-width: 10px;
padding: 10px 0;
text-align: left;
text-align: start;
white-space: normal;
text-decoration: none;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
word-wrap: normal;
word-break: normal;
opacity: 0;
text-shadow: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 1.6;

line-break: auto;
Expand Down

0 comments on commit 39f9322

Please sign in to comment.