fix project details fields size
parent
97aca351a9
commit
24b8760444
|
@ -21,10 +21,10 @@ block content
|
|||
fieldset
|
||||
input(type="text", placeholder="Slug")
|
||||
|
||||
fieldset
|
||||
fieldset.half
|
||||
input(type="text", placeholder="Number of sprints")
|
||||
|
||||
fieldset
|
||||
fieldset.half
|
||||
input(type="text", placeholder="Number of US points")
|
||||
|
||||
fieldset
|
||||
|
|
|
@ -17,4 +17,7 @@
|
|||
padding: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
.half {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue