fix(sidebar): Make the sidebar labels slightly smaller

This commit is contained in:
Ben Gotow 2015-10-03 23:00:34 -07:00
parent b3b94c4304
commit c25a3c7ea0
2 changed files with 5 additions and 1 deletions

View file

@ -14,9 +14,10 @@
.heading {
color: @text-color-very-subtle;
font-weight: @font-weight-semi-bold;
font-size: @font-size-small;
font-size: @font-size-smaller;
padding-left:@padding-small-horizontal;
padding-top:@padding-small-horizontal;
letter-spacing: -0.2px;
}
.item {

View file

@ -8,6 +8,9 @@ Tabs = require './tabs'
class PluginsView extends React.Component
@displayName: 'PluginsView'
@containerStyles:
minWidth: 500
maxWidth: 99999
constructor: (@props) ->
@state = @_getStateFromStores()