fixed comment
This commit is contained in:
parent
632ade795f
commit
9997223923
|
@ -80,7 +80,7 @@ func (r *Registry) LoadString(text string) *Renderer {
|
||||||
return found
|
return found
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadString caches (if not already) the specified fs and globPatterns
|
// LoadFS caches (if not already) the specified fs and globPatterns
|
||||||
// pair as single template and returns a ready to use Renderer instance.
|
// pair as single template and returns a ready to use Renderer instance.
|
||||||
//
|
//
|
||||||
// There must be at least 1 file matching the provided globPattern(s)
|
// There must be at least 1 file matching the provided globPattern(s)
|
||||||
|
|
|
@ -157,6 +157,9 @@ table {
|
||||||
.col-type-file {
|
.col-type-file {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
.col-type-number {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
// field name specific columns
|
// field name specific columns
|
||||||
td.col-field-id,
|
td.col-field-id,
|
||||||
|
|
Loading…
Reference in New Issue