Refining styles and adding locale string defs
parent
5a92810008
commit
ea5a78ae73
|
@ -448,7 +448,9 @@
|
|||
"TASK_DESCRIPTION": "Tasks custom fields",
|
||||
"TASK_ADD": "Add a custom field in tasks",
|
||||
"ISSUE_DESCRIPTION": "Issues custom fields",
|
||||
"ISSUE_ADD": "Add a custom field in issues"
|
||||
"ISSUE_ADD": "Add a custom field in issues",
|
||||
"FIELD_TYPE_TEXT": "Text",
|
||||
"FIELD_TYPE_MULTI": "Multi-line"
|
||||
},
|
||||
"PROJECT_VALUES": {
|
||||
"PAGE_TITLE": "{{sectionName}} - Project values - {{projectName}}",
|
||||
|
|
|
@ -11,7 +11,7 @@ section.custom-fields-table.basic-table
|
|||
div.custom-description
|
||||
span(translate="COMMON.FIELDS.DESCRIPTION")
|
||||
div.custom-field-type
|
||||
span(translate="COMMON.FIELDS.FIELD_TYPE")
|
||||
span(translate="COMMON.FIELDS.TYPE")
|
||||
div.custom-options
|
||||
|
||||
div.table-body
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
.custom-description {
|
||||
@include ellipsis(100%);
|
||||
flex-basis: 90%;
|
||||
flex-basis: 50%;
|
||||
flex-grow: 8;
|
||||
}
|
||||
.custom-field-type {
|
||||
|
|
|
@ -68,11 +68,11 @@
|
|||
flex: 1;
|
||||
padding: 0 1rem 0 2rem;
|
||||
.read-mode {
|
||||
white-space: pre
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
.read-mode {
|
||||
white-space: pre
|
||||
white-space: pre;
|
||||
}
|
||||
form {
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue