Change to have height to min-height: 75px

This commit is contained in:
2019-12-26 12:21:43 +01:00
parent 7802a89d15
commit 9edb19569a

View File

@@ -70,7 +70,7 @@ export default {
.message {
width: 100%;
max-width: 35rem;
height: 75px;
min-height: 75px;
display: flex;
margin-top: 1rem;