Skip to content

Commit

Permalink
fix: allow more space for caption file name on caption upload
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 23, 2017
1 parent 4681097 commit b8e823e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
.kContainer{
margin: 12px;
height: 258px;
height: 278px;
}
.kFooter{
height: 66px;
Expand Down Expand Up @@ -45,15 +45,14 @@
}

.kUpload{
display: flex;
align-items: center;
padding-left: 120px;
margin-top: 18px;
overflow-x: hidden;
}
.kUploadButton{
font-weight: 400;
height: 32px;
margin-left: 120px;
flex: 0 0 auto;
margin-bottom: 8px;
}
.kCaptionUrl{
margin-top: 18px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
</div>

<kPopupWidget #editPopup [popupWidth]="380" [popupHeight]="440" [modal]="true">
<kPopupWidget #editPopup [popupWidth]="380" [popupHeight]="460" [modal]="true">
<ng-template>
<kEntryCaptionsEdit [currentCaption]="_handler.currentCaption" [parentPopupWidget]="editPopup"></kEntryCaptionsEdit>
</ng-template>
Expand Down

0 comments on commit b8e823e

Please sign in to comment.