0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

update css so wizard submissions table doesn't get cut off

Dieser Commit ist enthalten in:
spacerest 2019-06-30 14:13:37 +09:30
Ursprung d607c5cd08
Commit 645c94c170

Datei anzeigen

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