Fix overflow in media content

This commit is contained in:
René Pfeuffer
2018-09-19 14:59:00 +02:00
parent a96066a041
commit 95762c3afa

View File

@@ -11,6 +11,10 @@ $blue: #33B2E8;
white-space: nowrap;
}
.media-content {
overflow: auto;
}
.has-rounded-border {
border-radius: 0.25rem;
}