mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
envelope missing on invite page, long pre lines making modals wide
This commit is contained in:
parent
dee9af2877
commit
6c15effca2
@ -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 {
|
||||
|
@ -274,6 +274,10 @@
|
||||
.modal-body.forgot-password-modal p {
|
||||
font-size: $font-0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-where-modal {
|
||||
|
Loading…
Reference in New Issue
Block a user