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

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

Dieser Commit ist enthalten in:
spacerest 2019-06-30 14:21:40 +09:30
Ursprung 645c94c170
Commit f1bb2f6be1

Datei anzeigen

@ -195,15 +195,8 @@
margin-top: 5px; margin-top: 5px;
} }
.admin-contents {
padding: 0 20px;
}
.wizard-submissions {
width: 100%;
}
.admin-contents .wizard-submissions { .admin-contents .wizard-submissions {
width: 100%;
display: inline-block; display: inline-block;
table { table {
margin-top: 0; margin-top: 0;