Add flex shrink

This commit is contained in:
Jeremy Thomas
2016-09-10 21:52:27 +01:00
parent 895202e48f
commit 6d9a51cf48
7 changed files with 18 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
.modal-card-title
color: $text-strong
flex-grow: 1
flex-shrink: 0
font-size: $size-4
line-height: 1
@@ -59,6 +60,7 @@
.modal-card-body
flex-grow: 1
flex-shrink: 0
overflow: auto
padding: 20px