0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

FIX: wizard composer size should be consistent accross broswers (#68)

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-01-27 11:43:09 +05:30 committet von GitHub
Ursprung e7635b632c
Commit 2681fe21ad
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -132,7 +132,7 @@
.d-editor-input {
border: 0;
padding: 10px;
height: 100%;
height: unset; // overrides core css
overflow-x: hidden;
resize: none;
}