diff --git a/atst/forms/financial.py b/atst/forms/financial.py index b8cae4c6..23e6a27d 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -59,29 +59,29 @@ class FinancialForm(Form): ) clin_0001 = StringField( - "CLIN 0001 - Unclassified IaaS and PaaS Amount", validators=[Required()] + "
CLIN 0001
- Unclassified IaaS and PaaS Amount
", validators=[Required()] ) clin_0003 = StringField( - "CLIN 0003 - Unclassified Cloud Support Package", validators=[Required()] + "
CLIN 0003
- Unclassified Cloud Support Package
", validators=[Required()] ) clin_1001 = StringField( - "CLIN 1001 - Unclassified IaaS and PaaS Amount
OPTION PERIOD 1", + "
CLIN 1001
- Unclassified IaaS and PaaS Amount
OPTION PERIOD 1
", validators=[Required()], ) clin_1003 = StringField( - "CLIN 1003 - Unclassified Cloud Support Package
OPTION PERIOD 1", + "
CLIN 1003
- Unclassified Cloud Support Package
OPTION PERIOD 1
", validators=[Required()], ) clin_2001 = StringField( - "CLIN 2001 - Unclassified IaaS and PaaS Amount
OPTION PERIOD 2", + "
CLIN 2001
- Unclassified IaaS and PaaS Amount
OPTION PERIOD 2
", validators=[Required()], ) clin_2003 = StringField( - "CLIN 2003 - Unclassified Cloud Support Package
OPTION PERIOD 2", + "
CLIN 2003
- Unclassified Cloud Support Package
OPTION PERIOD 2
", validators=[Required()], ) diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index 23637cd6..87022e95 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -32,3 +32,8 @@ a > span { box-shadow 0.2s, color 0.2s, } + +dt { + display: inline; + font-weight: bold; +} \ No newline at end of file