Navigation Menu

Skip to content

Commit

Permalink
Prevent images overflowing post media object for narrow browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilus committed Sep 17, 2020
1 parent 56f1f86 commit 14df9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/application.scss
Expand Up @@ -68,6 +68,7 @@ tr.spacer {

.post-view {
min-height: 400px!important;
overflow: scroll;
}

.post-list-nav .col {
Expand Down

0 comments on commit 14df9d4

Please sign in to comment.