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