moved to a container, reduced default font size to 80% as it was just too large, updated requirements.txt to support containerisation (added gunicorn), but also removed locked versions
This commit is contained in:
2
disp.py
2
disp.py
@@ -22,7 +22,7 @@ class FP_VAR(FP):
|
||||
dot-notation of fields
|
||||
"""
|
||||
|
||||
def __init__(self, label, varname, display='', cl='col-auto', datevarname=''):
|
||||
def __init__(self, label, varname, display='', cl='col-sm-auto', datevarname=''):
|
||||
### Var Attributes -- note, simple class, no methods ###
|
||||
self.label=label
|
||||
self.varname=varname
|
||||
|
||||
Reference in New Issue
Block a user