Break very long words in the project table so that they do not overflow the limits of the table

pull/10569/head
Henriette Darge 3 years ago committed by Oliver Günther
parent bbf2d20fc8
commit 8156967991
  1. 1
      frontend/src/global_styles/content/_projects_list.sass

@ -104,6 +104,7 @@ form.project-filters
display: none
td.format-text
min-width: 160px
word-wrap: break-word
td.format-user
min-width: 120px
.buttons

Loading…
Cancel
Save