Skip to content

Commit

Permalink
fix: Minor improvement to width of exif text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Jan 6, 2019
1 parent 0741ad6 commit 52f54ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/electronApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
max-height: calc(100% - 60px);
overflow: hidden;
overflow-y: auto;
max-width: 220px;
max-width: 250px;
}

.exifContainer pre {
Expand Down

0 comments on commit 52f54ea

Please sign in to comment.