Merge pull request #7723 from opf/fix/31144-Custom-field-label-cut-off-in-project-details-widget

[31144] Custom field label cut off in project details widget

[ci skip]
pull/7725/head
Oliver Günther 5 years ago committed by GitHub
commit 01bf8d212e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/assets/stylesheets/content/_attributes_key_value.sass

@ -74,12 +74,12 @@
.attributes-map
display: grid
grid-template-columns: 1fr 4fr
grid-template-columns: 1fr 2fr
grid-auto-rows: auto
grid-gap: 1rem
&.-minimal-keys
grid-template-columns: max-content 4fr
grid-template-columns: max-content 2fr
.attributes-map--key
@include text-shortener
@ -91,3 +91,5 @@
.attributes-map--value
// empty for now but it makes sense to also have it present in the style declaration IMO
zoom: 1
@include text-shortener
white-space: normal

Loading…
Cancel
Save