mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
fix text padding in key-value input field
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ input[type=email] {
|
||||
background-color: white;
|
||||
color: #333;
|
||||
border:1px solid #ccc;
|
||||
padding:5px 10px;
|
||||
padding:5px 25px 5px 10px;
|
||||
height:30px;
|
||||
width: 100%;
|
||||
border-radius:4px;
|
||||
|
||||
Reference in New Issue
Block a user