Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Styling adjustment to align entry detail buttons during edit and view…
Browse files Browse the repository at this point in the history
… mode change (#608)
  • Loading branch information
nickbrandt authored and devinreams committed Mar 7, 2018
1 parent 5aa00f5 commit 080f367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/webextension/list/components/item-fields.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
min-height: 60px;
}

.notes-read-only {
min-height: 73px;
}

.first-label {
margin-top: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/webextension/list/components/item-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function ItemFields({fields, onCopy}) {
<Localized id="item-fields-notes">
<LabelText>nOTEs</LabelText>
</Localized>
<FieldText className={styles.notes} data-name="notes">{fields.notes}</FieldText>
<FieldText className={styles.notesReadOnly} data-name="notes">{fields.notes}</FieldText>
</div>
</div>
);
Expand Down

0 comments on commit 080f367

Please sign in to comment.