From 9997223923282c028034bee60d47522eff92d2a2 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 4 Oct 2023 01:27:50 +0300 Subject: [PATCH] fixed comment --- tools/template/registry.go | 2 +- ui/src/scss/_table.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/template/registry.go b/tools/template/registry.go index 4cbebe4c..bf297f2a 100644 --- a/tools/template/registry.go +++ b/tools/template/registry.go @@ -80,7 +80,7 @@ func (r *Registry) LoadString(text string) *Renderer { 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. // // There must be at least 1 file matching the provided globPattern(s) diff --git a/ui/src/scss/_table.scss b/ui/src/scss/_table.scss index 70f33146..41967218 100644 --- a/ui/src/scss/_table.scss +++ b/ui/src/scss/_table.scss @@ -157,6 +157,9 @@ table { .col-type-file { min-width: 100px; } + .col-type-number { + white-space: nowrap; + } // field name specific columns td.col-field-id,