Add a little margin to allow focus outlines

This commit is contained in:
Nils Maier 2019-09-01 05:01:49 +02:00
parent 4c576ba720
commit 320c1ddafa

View File

@ -49,7 +49,7 @@ p.example {
}
#options > * {
margin: 0;
margin: 2px;
}
#options > input {