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

Merge pull request #11 from spacerest/view-submissions-css

View submissions css
Dieser Commit ist enthalten in:
Angus McLeod 2019-07-01 16:29:31 +10:00 committet von GitHub
Commit 3950d136b0
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -196,12 +196,12 @@
}
.admin-contents .wizard-submissions {
padding: 0 20px;
width: 100%;
display: inline-block;
overflow: scroll;
table {
margin-top: 0;
display: inline-block;
overflow-x: scroll;
}
}
@ -299,5 +299,5 @@
}
.wizard-step-contents{
height: unset !important;
height: unset !important;
}