diff --git a/app/assets/stylesheets/layouts/reminders.scss b/app/assets/stylesheets/layouts/reminders.scss index 126981812..a86f83207 100644 --- a/app/assets/stylesheets/layouts/reminders.scss +++ b/app/assets/stylesheets/layouts/reminders.scss @@ -14,6 +14,7 @@ line-height: 16px; margin-left: 16px; margin-top: 5px; + white-space: wrap; } .row-reminders-footer { diff --git a/app/assets/stylesheets/repository/repository_table.scss b/app/assets/stylesheets/repository/repository_table.scss index e87cc0720..f45463a29 100644 --- a/app/assets/stylesheets/repository/repository_table.scss +++ b/app/assets/stylesheets/repository/repository_table.scss @@ -236,7 +236,6 @@ // Status .repository-status-value-container { - max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;