Fixes styles so that content of post doesn't overflow its container.

This commit is contained in:
Dominik Picheta 2018-05-13 23:15:07 +01:00
commit ed5f715ae5

View file

@ -241,6 +241,9 @@ $views-color: #545d70;
@extend .tile-content;
margin-bottom: $control-padding-y-lg*2;
// https://stackoverflow.com/a/41675912/492186
flex: 1;
min-width: 0;
}
.post-title {