Merge pull request #7755 from nsalguero/dev

Corrections for:
pull/7772/head
Henriette Dinger 5 years ago committed by GitHub
commit a0ffbc30b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      frontend/src/app/components/modals/preview-modal/wp-preview-modal/wp-preview.modal.sass

@ -3,8 +3,8 @@
.preview-modal--container .preview-modal--container
position: absolute position: absolute
z-index: 5000 z-index: 5000
min-width: 200px min-width: 400px
max-width: 400px max-width: 600px
min-height: 100px min-height: 100px
max-height: 300px max-height: 300px
background: white background: white
@ -14,7 +14,7 @@
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)
display: grid display: grid
grid-template: auto auto auto / auto auto 1fr 1fr grid-template: auto auto auto / 150px auto 1fr 1fr
grid-column-gap: 5px grid-column-gap: 5px
grid-row-gap: 10px grid-row-gap: 10px
grid-template-areas: "type subject subject subject" "author author author author" "status status . assignee" grid-template-areas: "type subject subject subject" "author author author author" "status status . assignee"
@ -24,12 +24,14 @@
padding: 0px 10px padding: 0px 10px
.type .type
@include text-shortener
grid-area: type grid-area: type
.author .author
grid-area: author grid-area: author
.subject .subject
@include text-shortener
grid-area: subject grid-area: subject
.assignee .assignee

Loading…
Cancel
Save