mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
FIX: Restore missing modal scss (#28085)
Regressed in https://github.com/discourse/discourse/pull/28047 Should fix issue reported in https://meta.discourse.org/t/broken-password-confirmation-box-on-registration/318386
This commit is contained in:
parent
9b3f7d2b99
commit
3195d692a1
|
@ -75,6 +75,24 @@
|
|||
width: 100%;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.password-confirmation {
|
||||
display: none;
|
||||
}
|
||||
|
||||
section.field {
|
||||
padding: 0.25em 0;
|
||||
margin-bottom: 5px;
|
||||
&.with-items {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.field-item {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre-wrap;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user