Skip to content

Commit

Permalink
Feed in small class
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 4, 2015
1 parent 910f7b2 commit 7aa0d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scope_hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@

TOOLTIP_SUPPORT = int(sublime.version()) >= 3072

ADD_CSS = '''
.small {
font-size: 0.7em;
}
'''


def log(msg):
"""Logging."""
Expand Down Expand Up @@ -571,6 +577,7 @@ def run(self, v):
self.view,
''.join(self.scope_bfr_tool) +
tail,
append_css=ADD_CSS,
max_width=500, on_navigate=self.on_navigate
)

Expand Down

0 comments on commit 7aa0d75

Please sign in to comment.