Remove unnecessary margin for calendar header
This commit is contained in:
parent
60b0bb527b
commit
b16e7d1872
|
|
@ -11,6 +11,7 @@ Improvements:
|
|||
* Replace color dropdown by color picker in task forms
|
||||
* Creating another task stay in the popover (no full page refresh anymore)
|
||||
* Avoid scrollbar in Gantt chart for row title on Windows platform
|
||||
* Remove unnecessary margin for calendar header
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
#calendar table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #eee;
|
||||
|
|
|
|||
Loading…
Reference in New Issue