envelope missing on invite page, long pre lines making modals wide

This commit is contained in:
Kris 2018-05-31 18:11:24 -04:00
parent dee9af2877
commit 6c15effca2
2 changed files with 11 additions and 3 deletions

View File

@ -114,12 +114,16 @@ $input-width: 220px;
.invites-show {
.two-col {
position: relative;
display: flex;
}
.col-image {
position: absolute;
top: 0;
left: 0;
position: relative;
width: 150px;
margin-right: 20px;
@media screen and (max-width: 600px) {
display: none;
}
}
form {

View File

@ -274,6 +274,10 @@
.modal-body.forgot-password-modal p {
font-size: $font-0;
}
pre code {
white-space: pre-wrap;
}
}
.reply-where-modal {