0
0
Fork 0

Handle submit event of new list form (#5895)

This commit is contained in:
Yamagishi Kazutoshi 2017-12-06 20:18:10 +09:00 committed by Eugen Rochko
parent d7a17b5e8b
commit a9ca5ce920
2 changed files with 9 additions and 7 deletions

View file

@ -4467,6 +4467,10 @@ noscript {
input {
width: 100%;
margin-bottom: 6px;
&:focus {
outline: 0;
}
}
}