Skip to content

Commit

Permalink
css fixes for filename error (hyperledger-archives#2372)
Browse files Browse the repository at this point in the history
Signed-off-by: awjh-ibm <[email protected]>
  • Loading branch information
awjh-ibm authored and nklincoln committed Oct 18, 2017
1 parent 98f824b commit aff23bd
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions packages/composer-playground/src/app/editor/editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,21 @@ app-editor {
}

.edit-label{
line-height: 2.5rem;
line-height: 1.8rem;
font-weight:bold;
flex:0 0 auto;
}

.edit-file-hidden{
line-height: 2.3rem;
margin-top: 0.25rem;
line-height: 1.7rem;
color: $secondary-text;
flex-shrink:1;
}

.edit-file-label{
line-height: 2.5rem;
margin-top: 0.3rem;
line-height: 1.8rem;
font-weight: bold;
color: $primary-text;
flex-shrink: 1;
Expand All @@ -106,14 +108,21 @@ app-editor {
.edit-file-row{
flex:2;
display:flex;
padding-bottom:$space-medium;

.edit-file-value{
flex-basis:50%;
display:flex;
flex-direction: column;

input {
height: 1.8rem;
}
}
}

.error-message {
margin-top: -1rem;
}
}

.readme {
Expand Down

0 comments on commit aff23bd

Please sign in to comment.