Browse Source

修复标签搜索的错误宽度

tags/v27.2
枫谷剑仙 3 years ago
parent
commit
2ff829bfba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      style.css

+ 1
- 1
style.css View File

@@ -316,7 +316,7 @@ ul{
box-sizing: border-box;
width: calc(100% - 50px * 1);
}
.dialog .additional-string .string-value
.dialog-search-string .original-string .string-value
{
width: calc(100% - 50px * 2);
}


Loading…
Cancel
Save