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

Commit a7f8ff4

Browse files
committed
fixed tooltip font
1 parent 0f412b8 commit a7f8ff4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Every notable changes in each version will be listed in this file.
99
- **Interface**: Added input select for faster language picking in create snippet modal ([2e83a62](https://github.com/ZeroX-DG/SnippetStore/commit/2e83a62))
1010
- **Interface**: Added markdown preview for markdown snippets
1111

12+
## Bugfixes:
13+
14+
- **Interface**: Used `Lato` font for tooltip in `list-and-details` layout.
15+
1216
## Security
1317

1418
- **Dependency update**: Updated `electron` to 1.8.8

browser/render/layouts/list-and-detail/snippet-detail-multi-file/snippet-detail-multi-file.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
flex-direction: column
66
vertical-align: top
77
overflow: overlay
8+
.__react_component_tooltip
9+
font-family: 'Lato'
810
.header
911
width: 100%
1012
padding: 0 20px

browser/render/layouts/list-and-detail/snippet-detail/snippet-detail.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
flex-direction: column
66
vertical-align: top
77
overflow: overlay
8+
.__react_component_tooltip
9+
font-family: 'Lato'
810
.header
911
width: 100%
1012
padding: 0 20px

0 commit comments

Comments
 (0)