Merge pull request #11664 from opf/bug/44932-misalignment-in-project-specific-settings-table

pull/11691/head
Christophe Bliard 2 years ago committed by GitHub
commit fbb5803cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      config/locales/js-en.yml
  2. 3
      frontend/src/app/features/user-preferences/notifications-settings/table/notification-settings-table.component.sass

@ -678,9 +678,9 @@ en:
title: 'Date alerts'
description: 'Automatic notifications when important dates are approaching for open work packages you are involved in (assignee, accountable or watcher).'
teaser_text: 'With date alerts, you will be notified of upcoming start or finish dates so that you never miss or forget an important deadline.'
start_date: Start Date
due_date: Finish Date
overdue: When Overdue
start_date: Start date
due_date: Finish date
overdue: When overdue
project_specific:
title: 'Project-specific notification settings'
description: 'These project-specific settings override default settings above.'

@ -10,8 +10,9 @@
height: 32px
width: 137px
padding: 4px 8px 4px 12px
margin: auto
.op-table--cell--date-alerts
border: 1px solid #cccccc
text-align: center
padding: 12px 16px 12px 30px
padding: 12px 16px

Loading…
Cancel
Save