We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a625d3c + 8a58196 commit 3898ef3Copy full SHA for 3898ef3
RELEASE-NOTES.md
@@ -1,10 +1,19 @@
1
+### v0.12.3
2
+
3
+##### Bugfixes
4
5
+- Bugfix bad padding in report form ([#564](https://github.com/Code-Poets/sheetstorm/pull/564))
6
7
8
9
### v0.12.2
10
11
##### Bugfixes
12
13
- Bugfix default date on report creation ([#563](https://github.com/Code-Poets/sheetstorm/pull/563))
14
15
16
17
### v0.12.1
18
19
employees/static/employees/style.css
@@ -15,6 +15,10 @@
display: inline-block;
}
+#reportForm .form-control {
+ padding: 6px;
20
+}
21
22
.table {
23
table-layout: fixed;
24
text-align: left;
0 commit comments