Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fixed tooltip font
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroX-DG committed Jan 24, 2019
1 parent 0f412b8 commit a7f8ff4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Every notable changes in each version will be listed in this file.
- **Interface**: Added input select for faster language picking in create snippet modal ([2e83a62](https://github.com/ZeroX-DG/SnippetStore/commit/2e83a62))
- **Interface**: Added markdown preview for markdown snippets

## Bugfixes:

- **Interface**: Used `Lato` font for tooltip in `list-and-details` layout.

## Security

- **Dependency update**: Updated `electron` to 1.8.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
flex-direction: column
vertical-align: top
overflow: overlay
.__react_component_tooltip
font-family: 'Lato'
.header
width: 100%
padding: 0 20px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
flex-direction: column
vertical-align: top
overflow: overlay
.__react_component_tooltip
font-family: 'Lato'
.header
width: 100%
padding: 0 20px
Expand Down

0 comments on commit a7f8ff4

Please sign in to comment.