improved handling of null values when mapping entities to json
This commit is contained in:
@@ -7,6 +7,7 @@ a {
|
||||
color: orange;
|
||||
}
|
||||
body {
|
||||
font-family: sans;
|
||||
background: black;
|
||||
color: orange;
|
||||
margin: 0;
|
||||
@@ -113,4 +114,10 @@ td, tr{
|
||||
padding: 10px;
|
||||
border: 1px solid orange;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.project .name,
|
||||
.task .name{
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user