Change to have height to min-height: 75px
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
|||||||
.message {
|
.message {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 35rem;
|
max-width: 35rem;
|
||||||
height: 75px;
|
min-height: 75px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user