mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 04:33:37 +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%;
|
width: 100%;
|
||||||
height: 80px;
|
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 {
|
pre code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user