Skip to content

Commit e328eac

Browse files
committed
fix: extension manager ui off
1 parent a2a8e77 commit e328eac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
const CACHE_NAME_EVERYTHING = "everything";
138138
function _resetCacheIfNeeded() {
139139
const cacheKey = "browserCacheVersionKey";
140-
const newCacheVersion = "V9"; // just increment this number to V2, v3 etc. to force clear the cached content.
140+
const newCacheVersion = "V10"; // just increment this number to V2, v3 etc. to force clear the cached content.
141141
const lastClearedVersion = window.localStorage.getItem(cacheKey);
142142
if(lastClearedVersion === null){
143143
// setup First load flag, no cache, return.

src/styles/brackets_patterns_override.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,7 @@ a[href^="http"] {
14551455
}
14561456
.ext-desc {
14571457
width: auto;
1458+
max-width: 350px;
14581459
color: @bc-text;
14591460
font-weight: normal;
14601461
.user-select(text);

0 commit comments

Comments
 (0)