Commit e95ba1cf authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5695-number-input-fields-are-too-wide' into '1.3-dev'

Resolve "Number input fields are too wide"

Closes #5695

See merge request !19
Showing with 4 additions and 0 deletions
+4 -0
......@@ -6,6 +6,10 @@ input[type=text], input[type=password], select {
padding: 2px;
}
input[type=number] {
width: 80px;
}
input[disabled] {
color: #888;
background-color: #ddd;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment