Skip to content

Commit

Permalink
added tooltip top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Feb 19, 2018
1 parent 00221d0 commit 92e543f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12809,6 +12809,7 @@ a:hover {
/*bug fix*/
position: relative;
text-decoration: none;
padding-top: 0.3rem;
}

[data-tooltip]:after {
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ a {
display: inline-block; /*bug fix*/
position: relative;
text-decoration: none;
// padding-top: 0.35rem;
padding-top: 0.3rem;
}
[data-tooltip]:after {
content: attr(data-tooltip);
Expand Down

0 comments on commit 92e543f

Please sign in to comment.