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:
Penar Musaraj 2024-07-25 15:20:52 -04:00 committed by GitHub
parent 9b3f7d2b99
commit 3195d692a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%;