Merge pull request #610 from dvikan/fix-1

fix(general): indentation bug in plus button
このコミットが含まれているのは:
ManeraKai 2023-02-02 06:40:25 +00:00 committed by GitHub
コミット f2ec16ba71
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -23,8 +23,8 @@ section(class="option-block" id="general_page")
option(value="regex") Regex
| 
button(class="add" id="exceptions-add-instance" type="submit")
svg(xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor")
path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z")
svg(xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor")
path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z")
hr