Skip to content

Commit 3898ef3

Browse files
committedJun 22, 2020
Merge branch 'bugfix-bad-padding-in-report-form'
2 parents a625d3c + 8a58196 commit 3898ef3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
 

‎RELEASE-NOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
19
### v0.12.2
210

311
##### Bugfixes
412

513
- Bugfix default date on report creation ([#563](https://github.com/Code-Poets/sheetstorm/pull/563))
614

715

16+
817
### v0.12.1
918

1019
##### Bugfixes

‎employees/static/employees/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
display: inline-block;
1616
}
1717

18+
#reportForm .form-control {
19+
padding: 6px;
20+
}
21+
1822
.table {
1923
table-layout: fixed;
2024
text-align: left;

0 commit comments

Comments
 (0)
Please sign in to comment.