1
0
Fork 0

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;
}
.admin-contents {
padding: 0 20px;
}
.wizard-submissions {
width: 100%;
}
.admin-contents .wizard-submissions {
width: 100%;
display: inline-block;
table {
margin-top: 0;