Remove unnecessary margin for calendar header
This commit is contained in:
@@ -11,6 +11,7 @@ Improvements:
|
|||||||
* Replace color dropdown by color picker in task forms
|
* Replace color dropdown by color picker in task forms
|
||||||
* Creating another task stay in the popover (no full page refresh anymore)
|
* Creating another task stay in the popover (no full page refresh anymore)
|
||||||
* Avoid scrollbar in Gantt chart for row title on Windows platform
|
* Avoid scrollbar in Gantt chart for row title on Windows platform
|
||||||
|
* Remove unnecessary margin for calendar header
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -7,6 +7,10 @@ table {
|
|||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#calendar table {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
|||||||
Reference in New Issue
Block a user