diff --git a/customize.dist/src/less2/include/modals-ui-elements.less b/customize.dist/src/less2/include/modals-ui-elements.less index 86074f4ad..a3cc41004 100644 --- a/customize.dist/src/less2/include/modals-ui-elements.less +++ b/customize.dist/src/less2/include/modals-ui-elements.less @@ -15,13 +15,4 @@ } } - // Properties modal - .cp-app-prop{ - margin-bottom: 10px; - } - - .cp-app-prop-content{ - color: @cryptpad_text_col; - } - } \ No newline at end of file diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 089e10880..1512cb761 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -684,15 +684,26 @@ define([ } if (data.tags && Array.isArray(data.tags)) { - $d.append(h('div.cp-app-prop', [Messages.fm_prop_tagsList, ': ', h('span.cp-app-prop-content', data.tags.join(', '))])); + $('