Fixes styles so that content of post doesn't overflow its container.
This commit is contained in:
parent
8b01e452b6
commit
ed5f715ae5
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue