Merge pull request #9615 from opf/fix-status-selector-styles-for-long-status-name

[34322] Row break in status selector on cards after spaces
pull/9642/head
Henriette Darge 3 years ago committed by GitHub
commit 7508a1a00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      frontend/src/app/features/work-packages/components/wp-buttons/wp-status-button/wp-status-button.component.sass
  2. 1
      frontend/src/app/features/work-packages/components/wp-card-view/wp-single-card/wp-single-card.component.sass

@ -9,6 +9,7 @@
border: none
color: white
max-width: 100%
display: flex
&--text
margin: 0 5px
@include text-shortener

@ -64,7 +64,6 @@
place-self: center right
&-status
grid-area: attributeTag
max-width: 120px
margin-right: 5px
overflow: hidden
&-cover-image

Loading…
Cancel
Save