diff --git a/css/tabs.less b/css/tabs.less index 249d49d..e3410c7 100644 --- a/css/tabs.less +++ b/css/tabs.less @@ -10,6 +10,7 @@ justify-content: space-between; align-items: center; max-width: 200px; + min-width: 0px; // margin-right: 3px; opacity: .5; background: @background; diff --git a/manifest.json b/manifest.json index 0563503..33f2a93 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Caret", "description": "Professional text editing for Chrome and Chrome OS", - "version": "1.6.2", + "version": "1.6.3", "manifest_version": 2, "default_locale": "en", "icons": { @@ -178,4 +178,4 @@ ] } } -} \ No newline at end of file +}