Fix notification setting label width

The labels were fixed to a width that was too small for some
translations strings.

Closes https://community.openproject.org/work_packages/45163/activity
pull/11798/head
Benjamin Bädorf 2 years ago committed by Oliver Günther
parent 890125e0c9
commit 8fcad16a92
  1. 2
      frontend/src/app/features/user-preferences/notifications-settings/page/notifications-settings-page.component.sass
  2. 8
      frontend/src/app/features/user-preferences/notifications-settings/table/notification-settings-table.component.sass

@ -13,7 +13,7 @@
align-items: center
&--label
flex: 0 0 100px
flex: 0 0 120px
margin-bottom: 0
@include text-shortener

@ -5,11 +5,15 @@
.op-table
margin-bottom: 1rem
select
padding-right: 1rem
.op-reminder-settings-table-date-alerts
&--time
height: 32px
width: 137px
padding: 4px 8px 4px 12px
width: auto
min-width: 100%
padding: 4px 22px 4px 12px
margin: auto
.op-table--cell--date-alerts

Loading…
Cancel
Save