fix(general): indentation bug in plus button
This commit is contained in:
parent
e7082bcdaf
commit
a1a602f2d0
|
@ -23,8 +23,8 @@ section(class="option-block" id="general_page")
|
||||||
option(value="regex") Regex
|
option(value="regex") Regex
|
||||||
|
|
|
|
||||||
button(class="add" id="exceptions-add-instance" type="submit")
|
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")
|
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")
|
path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z")
|
||||||
|
|
||||||
hr
|
hr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue