Skip to content

Commit

Permalink
Merge pull request #5 from kaishuu0123/imprv/column-label-spacing
Browse files Browse the repository at this point in the history
add column label spacing
  • Loading branch information
kaishuu0123 committed Jul 11, 2018
2 parents cb72d35 + cd56be7 commit f04b99f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ erd-go
*.swp
dist/**/*
coverage.out
.DS_Store
2 changes: 1 addition & 1 deletion templates/dot_tables.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<TR>
<TD ALIGN="LEFT"><FONT POINT-SIZE="12">{{.Title}}</FONT>
{{- if .ColumnAttributes.label -}}
<FONT FACE="Arial Italic" POINT-SIZE="10" COLOR="grey60"> [{{.ColumnAttributes.label}}]</FONT>
<FONT FACE="Arial Italic" POINT-SIZE="10" COLOR="grey60">&nbsp;{{.ColumnAttributes.label}}</FONT>
{{- end -}}
</TD>
</TR>
Expand Down
8 changes: 4 additions & 4 deletions templates_bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f04b99f

Please sign in to comment.